added an install script

This commit is contained in:
glenda 2020-12-17 02:37:11 +00:00
parent 732f11508e
commit 907105032b
1 changed files with 6 additions and 0 deletions

6
install/install-orca.rc Normal file
View File

@ -0,0 +1,6 @@
#!/bin/rc
mkdir -p $home/code
cd $home/code
git/clone https://git.sr.ht/~sr/orca
cd orca
mk install