git: purgatorio

ref: 57c522a6b71132167243a28c58184f70219d069a
dir: /lib/sh/profile/

View raw version
# emu sh initialisation here
load std

# Networking
bind -b '#scs' /net

# Run the user's profile
if {test -r /usr/inferno/lib/profile} {
	sh /usr/^`{cat /dev/user}^/lib/profile
}