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
Initial revision
master
1 parent
e7c874a
commit
e04a43bfb3e3bf99816d861cdb788038ac7bfecf
tundra
authored
on 23 Jun 2001
Patch
Unified
Split
Showing
1 changed file
+16
-0
■
■
■
■
■
mktdir
Ignore Space
Show notes
View
16
■
■
■
■
■
mktdir
0 → 100755
#!/bin/sh
FILES
=
"Makefile tdir.1 tdir.py tdir.bat tdir-license.txt"
DIR
=
"tdir-"
$1
if
[
$
# -ne 1 ]
then
echo
"usage: mktdir version-number"
exit
fi
mkdir $DIR
co
-
r$1 $FILES
mv $FILES $DIR
tar
-
czvf $DIR
.
tar
.
gz $DIR
rm
-
rf $DIR
Show line notes below