File Explorer

/proc/self/root/proc/thread-self/root/proc/self/root/etc/profile.d

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

colorgrep.sh201 B · 8 lines
# color-grep initialization /usr/libexec/grepconf.sh -c || return alias grep='grep --color=auto' 2>/dev/nullalias egrep='egrep --color=auto' 2>/dev/nullalias fgrep='fgrep --color=auto' 2>/dev/null