summaryrefslogtreecommitdiff
path: root/sync/griff
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-11-11 22:24:39 -0600
committerTimmy Keller <tjk@tjkeller.xyz>2021-11-11 22:24:39 -0600
commit304f73d44ac7d18922c03a94afef74cc13c0e6ee (patch)
tree6890ad3476d81eee83d234bc2ed61666dbbe87e8 /sync/griff
parentab1bc3837a0236f4f07614e1c77b73640e12fdec (diff)
downloadscripts-304f73d44ac7d18922c03a94afef74cc13c0e6ee.tar.xz
scripts-304f73d44ac7d18922c03a94afef74cc13c0e6ee.zip
fix griff and add a few new scripts
Diffstat (limited to 'sync/griff')
-rwxr-xr-xsync/griff1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/griff b/sync/griff
index 60528f5..7398115 100755
--- a/sync/griff
+++ b/sync/griff
@@ -46,6 +46,7 @@ rddiff() {
git add . && git commit -m "$commitmsg" && git push \
&& echo "$GRN[Changes to repo $name successfully pushed!]$NORM" \
|| echo "$RED[An error occured while pushing changes to repo $name!]$NORM"
+ clear commitmsg
;;
esac
fi