ref: a7299e86ec8d5de60766281bd8c67de7fd0b0ac7
dir: /tar/
#!/bin/rc -e . /sys/lib/hlfw/common.rc cd $1 shift rfork ne nl=' ' gituser=$1 repo=$2 refname=$3 repons $gituser $repo if(! ref=`{resolveref $refname}){ echo '<b>invalid ref '$refname'</b>' exit } bind $gitfs/$ref/tree /mnt/$repo cd /mnt tar c $repo | gzip -n