From 8cbc364d89de3aeee39f53693df375efcd24580a Mon Sep 17 00:00:00 2001 From: = <=> Date: Mon, 13 Dec 2021 11:01:15 -0500 Subject: [PATCH] add get_bat.sh script to sync --- sync.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index c7b3530..a9cc02c 100755 --- a/sync.sh +++ b/sync.sh @@ -20,7 +20,8 @@ BASH_SCRIPTS=" $HOME/bin/dev.sh \ $HOME/bin/hide_panel.sh \ $HOME/bin/monitors_off.sh \ - $HOME/bin/countdown_timer.sh " + $HOME/bin/countdown_timer.sh \ + $HOME/bin/get_bat.sh" rsync -avP ${DOT_FILES} ./dot rsync -avP ${VIM_FILES} ./vim