From b2b7ca154f06742321d13fe4c61aa5f94832a992 Mon Sep 17 00:00:00 2001 From: Bryan Schumaker Date: Fri, 5 Nov 2010 18:45:59 -0400 Subject: [PATCH] tagging script This script will be used to tag each final release. --- scripts/tag | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 scripts/tag 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