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