ocarina/scripts/tag
2010-12-05 12:56:16 -05:00

9 lines
90 B
Bash
Executable File

#!/bin/bash
if [ $# != 1 ]
then
echo "Usage: scripts/tag TAG"
exit 1
fi
git tag -a $1