Dropped the .py ending on the executable and really fixed the tdir.1.gz installation
1 parent 84dab5f commit ccf8d9784e5d66da7794ec4d08a04c2ec3a29808
@tundra tundra authored on 23 Jun 2001
Showing 1 changed file
View
3
■■
mktdir
#!/bin/sh
 
FILES="Makefile tdir.1 tdir.py tdir.bat tdir-license.txt"
FILES="Makefile tdir.1 tdir tdir.bat tdir-license.txt"
DIR="tdir-"$1
 
if [ $# -ne 1 ]
then
mkdir $DIR
co -r$1 $FILES
gzip tdir.1
mv $FILES $DIR
mv tdir.1.gz $DIR
tar -czvf $DIR.tar.gz $DIR
rm -rf $DIR