base
This commit is contained in:
Executable
+14
@@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ $# -lt 1 ]
|
||||
then
|
||||
echo "$0 [REVISONNUM]"
|
||||
echo "REVISONNUM : Maximum revision of applications."
|
||||
echo " ex) /root/work/files/pack.sh R0697"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
REVISION=$1
|
||||
rm -f ../SOURCES/gts-3.5.0.$REVISION.tar.gz
|
||||
tar -czvf gts-3.5.0.$REVISION.tar.gz ./gts-3.5.0.$REVISION
|
||||
mv -f gts-3.5.0.$REVISION.tar.gz ../SOURCES/
|
||||
Reference in New Issue
Block a user