ocarina/scripts/tag

9 lines
90 B
Plaintext
Raw Permalink Normal View History

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