diff options
-rwxr-xr-x | bosun | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,7 +35,6 @@ rebuild() { list() { subcmd="$1" - shift case $subcmd in active) list_active;; all) list_all;; @@ -66,7 +65,7 @@ list_available() { } cmd="$1" -shift +test $# -gt 0 && shift case $cmd in add) add "$@";; flush) flush;; |