summaryrefslogtreecommitdiff
path: root/rc/bin/ape/psh
blob: efb8b32d2808332c8758ac7879d8104636951255 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/rc
# set up a shell running in an approximate POSIX 1003.2 environment
rfork en
fn sigterm{}
HOME=$home
bind -b /rc/bin/ape /bin
bind -b /$cputype/bin/ape /bin
if(test -d /$cputype/bin/pub)
	bind -a /$cputype/bin/pub /bin
/bin/sh $*