ref: 5f392fec7dd509cf62d55e3b53faf6675f32f8de
dir: /doc/txt/
#!/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 nroff -ms $gitfs/$ref/tree/$file.ms | col -bf