diff options
Diffstat (limited to 'helpers/bbcmd')
| -rwxr-xr-x | helpers/bbcmd | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/helpers/bbcmd b/helpers/bbcmd deleted file mode 100755 index fdc4e78..0000000 --- a/helpers/bbcmd +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -if [ $# -eq 0 ]; then cat >> $BBCMD; exit; fi -for arg; do - shift - if expr "$arg" : '^[^:]*:$' >/dev/null; then - if [ $# -gt 0 ]; then printf "$arg%s\\0" "$@" >> $BBCMD - else sed "s/\([^\\x00]\+\)/$arg\1/g" >> $BBCMD; fi - exit - fi - printf "%s\\0" "$arg" >> $BBCMD -done |
