shithub: 9scripts

ref: 24eef3b29089ed0b176545fc3d20c09a0ecc0db5
dir: /install/git9/

View raw version
#!/bin/rc
cd /tmp
hget https://orib.dev/git/git9/HEAD/snap.tar.gz | tar xvz
cd git9
mk all
mk install
mkdir -p $home/code
cd $home/code
git/clone gits://orib.dev/git9
cd git9
mk all
mk install