X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=rbtadd;h=25f648934935cb1e8421cb090d5fb0b4f8a41373;hp=3dad05ad6e0143351b8a54eda78e7501bc359932;hb=f7bd9b51138dbccb7cc2fd27f07ef66d5d2d79cf;hpb=0c0ef5c73fa675decb4339fc6a858c96d0878996 diff --git a/rbtadd b/rbtadd index 3dad05a..25f6489 100755 --- a/rbtadd +++ b/rbtadd @@ -7,9 +7,9 @@ fi for file in "$@"; do if [ -r "$file" ]; then - rsc pc17 btadd -o - <"$file" && rm -f "$file" + rsc nerv.dolda2000.com btadd - <"$file" && rm -f "$file" elif [[ "$file" == http*://* ]]; then - rsc pc17 btadd -o "$file" + rsc nerv.dolda2000.com btadd "$file" else echo "rbtadd: $file: unreadable" >&2 fi