Skip to content

Instantly share code, notes, and snippets.

View timbru31's full-sized avatar
🏠
Working from home

Tim Brust timbru31

🏠
Working from home
View GitHub Profile
@timbru31
timbru31 / git-acp.sh
Last active August 29, 2015 13:58
Git Add & Commit & Push :)
#!/bin/sh
line() {
echo "$(tput setaf 6)======================================================================"
}
blankLine() {
echo ""
}
echo "========================="