ref: 94443daf8e248e65afc8d3f17f26efea22748b51
dir: /lib/sh/profile/
# emu sh initialisation here
load std
user = `{cat /dev/user}
home = /usr/^$user
bind /locale/US_Central /locale/timezone
# Fix creation annoyance for hosted inferno
# this might be relevant for native, but is untested
bind -c '#U'/dis /dis
# Set up environment
bind -b '#s' /chan
# Networking
ndb/dns -r
ndb/cs
# bind -a '#scs' /net
mount {mntgen} /n
mount {mntgen} /mnt
# Run the user's profile
cd
and {ftest -e namespace} {nsbuild}
and {ftest -d tmp} {bind -c tmp /tmp}
and {ftest -e lib/profile} {run lib/profile}