Plan 9 from Bell Labs’s /usr/web/sources/contrib/yk/lab/slide/Slide

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


#!/usr/local/plan9/bin/rc
. /usr/local/plan9/bin/9.rc
. /usr/local/plan9/lib/acme.rc

tag = `{winread tag}
if(! ~ $"tag *Slide+*)
	echo -n 'Font  index guide    Slide- Slide+' | winwrite tag

winctl name `{pwd}^/$1
winctl clean
if(test -e font)
	winctl font `{cat font} >/dev/null >[2=1] || true
winctl get

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.