Skip to content

Instantly share code, notes, and snippets.

View git-hulk's full-sized avatar

hulk git-hulk

View GitHub Profile
#!/bin/sh
YELLOW="\033[37;1m"
GREEN="\033[32;1m"
ENDCOLOR="\033[0m"
if [ "$#" -ne 1 ]; then
echo "Usage: $0 {YOUR RELEASE TAR FILE}" >&2
exit 1
fi