mirror of
https://github.com/TTimo/doom3.gpl.git
synced 2026-03-20 17:10:16 +01:00
hello world
This commit is contained in:
7
neo/sys/linux/pk4/packup.sh
Normal file
7
neo/sys/linux/pk4/packup.sh
Normal 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 -@
|
||||
|
||||
Reference in New Issue
Block a user