GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
tundra
/
tdir
Browse code
Dropped the .py ending on the executable and really fixed the tdir.1.gz installation
master
1 parent
84dab5f
commit
ccf8d9784e5d66da7794ec4d08a04c2ec3a29808
tundra
authored
on 23 Jun 2001
Patch
Unified
Split
Showing
1 changed file
+2
-1
■
■
■
■■
mktdir
Ignore Space
Show notes
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
Show line notes below