wm: infra

ref: 6805d7c1a57627cf0b44196182953c79cb06f6ba
dir: /plan9/doc/txt/

View raw version
#!/bin/rc -e

. /sys/lib/shithub/common.rc

cd $1
shift

rfork ne
nl='
'

gituser=$1
repo=$2
refname=$3
file=$4

repons $gituser $repo
if(! ref=`{resolveref $refname}){
	echo 'Invalid ref '$refname''
	exit
}

if(! test -d $gitfs/$ref/tree){
	echo 'No such document'
	exit
}

cd $gitfs/$ref/tree
if(test -r $gitfs/$ref/tree/$file.wms)
	wm/doc/wiki2ms $gitfs/$ref/tree/$file.wms | nroff -ms | col -bf
if not
	nroff -ms $gitfs/$ref/tree/$file.ms | col -bf