Plan 9 from Bell Labs’s /usr/web/sources/plan9/acme/bin/ap

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/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

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.