initial import

This commit is contained in:
sl 2025-08-22 01:50:41 +00:00
parent 63085c71ab
commit e3e07ddd95
6 changed files with 662 additions and 0 deletions

View 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