summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-11-14 21:29:21 -0700
committerMark Wagie2021-11-14 21:29:21 -0700
commitf56cd4e36125a937103437d820b284db76c22401 (patch)
treeb20ed37bb4fb42d40e47e01ae60609a2b96c82b3
parent38ccbc6efa8bfa0dc651d9c5677a95e66779e888 (diff)
downloadaur-f56cd4e36125a937103437d820b284db76c22401.tar.gz
remove unnecessary file
-rwxr-xr-xgitgo.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/gitgo.sh b/gitgo.sh
deleted file mode 100755
index 24dbe4194e07..000000000000
--- a/gitgo.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/bash
-if [ -z "$1" ];
- then echo "Please supply a commit message wrapped in single quotes '' before you proceed!";
- else
- makepkg --printsrcinfo > .SRCINFO
- git add .
- git commit -am "$1"
- git push;
-fi