shithub: purgatorio

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