initial import
This commit is contained in:
parent
63085c71ab
commit
e3e07ddd95
6 changed files with 662 additions and 0 deletions
9
sites/plan9.stanleylieber.com/mother/mkfile
Executable file
9
sites/plan9.stanleylieber.com/mother/mkfile
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
web:V:
|
||||
cp README index.md
|
||||
if(test -f mother.tgz)
|
||||
rm mother.tgz
|
||||
cd ..
|
||||
tar zcvf /tmp/mother.tgz mother
|
||||
cd mother
|
||||
cp /tmp/mother.tgz ../src/
|
||||
rm /tmp/mother.tgz
|
||||
Loading…
Add table
Add a link
Reference in a new issue