code: purgatorio

ref: d0ab3a0dd8f6355b3603d0fb04043a9ae867639b
dir: /lib/sh/profile/

View raw version
# emu sh initialisation here
load std

# Networking
bind -b '#scs' /net
mount {mntgen} /n

# Run the user's profile
if {test -r /usr/inferno/lib/profile} {
	sh /usr/^`{cat /dev/user}^/lib/profile
}