blob: d84fe0f33f333726f31340e2f918a0b15fd7c208 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/bin/rc
args=''
while(~ $1 -*) {
args=$args^' '^$1
shift 1
}
if (~ $#1 0)
sysname=alice
if not
sysname=$1
if (! test -f /n/$sysname/usr/spool/ap ) { 9fs $sysname }
eval exec /acme/bin/$cputype/apread $args $sysname
|