code: purgatorio

ref: b5bc6572b0a82c52ab04bcf25e1ed76700deb246
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
}