ref: 205aef972b9461f33fd72b692c4d19e59ebc6868
dir: /tar/
#!/bin/rc -e . /sys/lib/shithub/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 cz $repo