ocarina/scripts/tag

9 lines
89 B
Bash
Executable File

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