initial commit

This commit is contained in:
Quentin W 2024-07-18 14:09:32 -04:00
commit 5b839e0543
174 changed files with 12261 additions and 0 deletions

10
werc/apps/barf/mkfile Executable file
View file

@ -0,0 +1,10 @@
WERC=/usr/sl/www/werc
PLAN9=$WERC/sites/plan9.stanleylieber.com
web:V:
src=`{basename `{pwd}}
rm -rf $PLAN9/werc/apps/$src
cd $WERC/apps
tar zcvf $PLAN9/werc/apps/$src.tgz $src
cd $PLAN9/werc/apps
tar zxvf $src.tgz