code: 9ferno

ref: c70d9304f4e189581810f4be4057ba8eff111bad
dir: /lib/sh/profile/

View raw version
# emu sh initialisation here
load std

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