Loading seblu-commit +5 −4 Original line number Diff line number Diff line Loading @@ -30,10 +30,11 @@ declare -a to_32 to_64 shopt -s nullglob if [[ -t 0 && -t 2 ]]; then GREEN='1;32m' BLUE='1;34m' BOLD='0;1m' RESET='m' RED=$'\e''[1;31m' GREEN=$'\e''[1;32m' BLUE=$'\e''[1;34m' BOLD=$'\e''[0;1m' RESET=$'\e''[m' fi msg() { Loading seblu-push +6 −5 Original line number Diff line number Diff line Loading @@ -27,10 +27,11 @@ shopt -s nullglob declare -a to_commit if [[ -t 0 && -t 2 ]]; then GREEN='1;32m' BLUE='1;34m' BOLD='0;1m' RESET='m' RED=$'\e''[1;31m' GREEN=$'\e''[1;32m' BLUE=$'\e''[1;34m' BOLD=$'\e''[0;1m' RESET=$'\e''[m' fi msg() { Loading Loading @@ -104,7 +105,7 @@ fi # exit early when no job if (( ${#to_commit[@]} == 0 )); then echo 'No package to add' >&2 echo -e "${RED}No package to add${RESET}" >&2 exit 2 fi Loading Loading
seblu-commit +5 −4 Original line number Diff line number Diff line Loading @@ -30,10 +30,11 @@ declare -a to_32 to_64 shopt -s nullglob if [[ -t 0 && -t 2 ]]; then GREEN='1;32m' BLUE='1;34m' BOLD='0;1m' RESET='m' RED=$'\e''[1;31m' GREEN=$'\e''[1;32m' BLUE=$'\e''[1;34m' BOLD=$'\e''[0;1m' RESET=$'\e''[m' fi msg() { Loading
seblu-push +6 −5 Original line number Diff line number Diff line Loading @@ -27,10 +27,11 @@ shopt -s nullglob declare -a to_commit if [[ -t 0 && -t 2 ]]; then GREEN='1;32m' BLUE='1;34m' BOLD='0;1m' RESET='m' RED=$'\e''[1;31m' GREEN=$'\e''[1;32m' BLUE=$'\e''[1;34m' BOLD=$'\e''[0;1m' RESET=$'\e''[m' fi msg() { Loading Loading @@ -104,7 +105,7 @@ fi # exit early when no job if (( ${#to_commit[@]} == 0 )); then echo 'No package to add' >&2 echo -e "${RED}No package to add${RESET}" >&2 exit 2 fi Loading