From 36413d2a55a9c51f29d7a002c1f0081a791d713b Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 4 May 2023 11:19:58 +0200 Subject: Improve update-scripts-rep.sh and added new script potentia displays battery level in the term + notification --- bin/update-scripts-repo.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/update-scripts-repo.sh') diff --git a/bin/update-scripts-repo.sh b/bin/update-scripts-repo.sh index e699472..03a20ee 100755 --- a/bin/update-scripts-repo.sh +++ b/bin/update-scripts-repo.sh @@ -9,6 +9,7 @@ cp -rv "$HOME/.local/usr/local/bin" . cp -rv "$HOME/workbench/auto-void-packages" . cp -rv "$HOME/workbench/ansible" . +git status | less && git diff | less git add . && git commit && git push -v --progress popd || exit 1 -- cgit v1.2.3