ref: 1dbb193077af7ba6ff7fb70a4dd465480764382e
dir: /lib/sh/profile/
# emu sh initialisation here
load std
user = `{cat /dev/user}
home = /usr/^$user
bind /locale/US_Central /locale/timezone
# Set up environment
bind -b '#s' /chan
# Networking
bind -b '#scs' /net
mount {mntgen} /n
# Run the user's profile
cd
and {ftest -d tmp} {bind -c tmp /tmp}
and {ftest -e namespace} {nsbuild}
and {ftest -e lib/profile} {run lib/profile}