shithub: purgatorio

ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
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}