tagging script

This script will be used to tag each final release.
This commit is contained in:
Bryan Schumaker 2010-11-05 18:45:59 -04:00
parent 9c20388b85
commit b2b7ca154f
1 changed files with 8 additions and 0 deletions

8
scripts/tag Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
if [ $# != 1 ]
then
echo "Usage: scripts/tag TAG"
exit 1
fi
it tag -a $1