shithub: purgatorio

ref: 9f76a7f6819ac04552b4fb6588156f3e4089d1d7
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}