*** empty log message ***

This commit is contained in:
jwalz
2002-01-05 21:05:55 +00:00
parent b5804c2ed9
commit 70c553e6e7

13
sys/amiga/ship/strip Normal file
View File

@@ -0,0 +1,13 @@
.KEY fil/a
. strip for Amiga
IF NOT EXISTS <fil>
echo "File <fil> not found>"
QUIT 10
ENDIF
FAILAT 1
slink <fil> TO t:striptmp NODEBUG
copy t:striptmp TO <fil>
QUIT