diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2023-05-04 11:19:58 +0200 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2023-05-04 11:19:58 +0200 |
| commit | 36413d2a55a9c51f29d7a002c1f0081a791d713b (patch) | |
| tree | 7da36c23317c4568e8c0e40340e6f2b6b3ea8ae1 /bin/update-scripts-repo.sh | |
| parent | 4d36c191792c853ff562aa0513359e1090eaed3b (diff) | |
| download | scripts-36413d2a55a9c51f29d7a002c1f0081a791d713b.tar.gz scripts-36413d2a55a9c51f29d7a002c1f0081a791d713b.tar.bz2 scripts-36413d2a55a9c51f29d7a002c1f0081a791d713b.zip | |
Improve update-scripts-rep.sh and added new script
potentia displays battery level in the term + notification
Diffstat (limited to '')
| -rwxr-xr-x | bin/update-scripts-repo.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
