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
# see also Slide-
. /usr/local/plan9/bin/9.rc

cur = `{basename  $%}
next = `{sed -n '/^' ^ $cur ^ '([ 	]|$)/{; n; p; q; }' index}
if(~ $#next 0){
	echo 'no next page' >[1=2]
	exit 'no next page'
}
Slide $next

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.