ocarina/scripts/tag

9 lines
90 B
Bash
Executable File

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