diff --git a/scripts/tag b/scripts/tag new file mode 100755 index 00000000..bb5a3944 --- /dev/null +++ b/scripts/tag @@ -0,0 +1,8 @@ +#!/bin/bash +if [ $# != 1 ] +then + echo "Usage: scripts/tag TAG" + exit 1 +fi + +it tag -a $1