shithub: purgatorio

ref: a411870ee4640241e3c494367d922847da84f972
dir: purgatorio/lib/sh/profile

View raw version
# emu sh initialisation here
load std

user = `{cat /dev/user}
home = /usr/^$user
pubgridreg = tcp!registry.9p.zone!registry

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}