File:  [Research Unix] / researchv9 / netb / go
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:59 2018 UTC (8 years, 3 months ago) by root
Branches: belllabs, MAIN
CVS tags: researchv9-SUN3_old, researchv9-SUN3, HEAD
researchv9-SUN3(old)

#!/bin/sh
if [ $# != 1 ]
then
	echo Usage: go machine
	exit 1
fi
case $1 in
	capek) setup capek /usr/netb/zarf /n/capek t 1;;
	isun) setup isun /usr/netb/zarf /n/isun t 2;;
	labsun) setup labsun /usr/netb/zarf /n/labsun t 3;;
	visiona) setup visiona /usr/netb/zarf /n/visiona t 4;;
	*) echo Unknown machine
esac

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.