diff options
Diffstat (limited to 'sh/ccp')
-rwxr-xr-x | sh/ccp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ ssh pp 'gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type nothing' -cd "$HOME/programs/config_local_arch" || exit 1 +cd "$HOME/programs/config_local_arch" || exit all_branch="$(git branch | awk '{print ($1=="*")?$2:$1}')" all_branch_no_master="$(echo "$all_branch" | grep -v master)" |