summaryrefslogtreecommitdiff
path: root/sync
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-23 12:10:51 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-23 12:10:51 -0500
commit17d9f82cace9cf36aa931d342acde11f8f71e0a8 (patch)
tree94525c669ca9f519261f69216f0e2b91bad5d7af /sync
parent3a023e896f797912732a3bf59dd7c17a10231537 (diff)
downloadscripts-17d9f82cace9cf36aa931d342acde11f8f71e0a8.tar.xz
scripts-17d9f82cace9cf36aa931d342acde11f8f71e0a8.zip
fixed nametag updateing issue in dwm and shortened griff script w/o changing it by combining line
Diffstat (limited to 'sync')
-rwxr-xr-xsync/griff4
1 files changed, 1 insertions, 3 deletions
diff --git a/sync/griff b/sync/griff
index 79b55de..17ab99d 100755
--- a/sync/griff
+++ b/sync/griff
@@ -29,9 +29,7 @@ for repo in $repos; do
git status | grep -v '(use'
read -p "Would you like to view the changes? [y/n]: " viewchange
case $viewchange in
- y|yes|Y|Yes)
- git diff HEAD $REF -- $DIR
- ;;
+ y|yes|Y|Yes) git diff HEAD $REF -- $DIR ;;
esac
read -p "Would you like to push these changes? [y/n]: " pushchange
case $pushchange in