code: 9ferno

ref: fe52f7e86eea5e5f1b2066e1e33cb90471999769
dir: /lib/sh/profile/

View raw version
# 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}