Plan 9 from Bell Labs’s /usr/web/sources/contrib/sl/rc/gb

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


#!/bin/rc
rfork e
while(~ $1 -*){
	args=($args $1)
	shift
}
game=$1
if(! ~ $game /*)
	game=`{pwd}^/$game
args=($args $game)
window -r 554 705 1078 1198 'label gb '$1'; games/gb -2 '$"args

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.