Alf Gaida 750c14fdde Some things polished
* Fixed symmangle - sort order is defined by LC_ALL, so using
  LC_ALL=C is a good idea in the script
* Renamed get-snapshot to git-snapshot
* Bumped qtxdg dependency to >= 3.1.0
* Added lintian-overrides
2017-10-22 17:02:16 +02:00

30 lines
587 B
Plaintext

# Author: Alf Gaida <agaida@siduction.org>
# License: WTFPL-2
# 0. You just DO WHAT THE FUCK YOU WANT TO.
# Variables
# =========
# repository= your repository
# branch= your branch, if needed
# commit= your commit , if needed
# target_dir= target dir, if needed, default is snapshot
#
# Functions
# =========
# cleanup ()
repository="git@$domain.tld:$foo/$bar"
# cleanup function definiton
cleanup() {
echo ""
echo "┌─────────────┐"
echo "│ Cleanup ... │"
echo "└─────────────┘"
rm -rf .git*
}