Filesystem update.

This commit is contained in:
Justin Marshall
2026-05-09 07:37:04 -07:00
parent 53dc4276d5
commit 8c4a087aa9
2076 changed files with 11142 additions and 87 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
rm $1
flip -u $2
mkdir -p `dirname $1`
cd /var/local/Doom/base
cat $2 | while read i ; do find . -ipath "./$i" ; done | cut -b 3- | tee /home/timo/cased.log | zip $1 -@