X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=rbtadd;h=2a93557bd9973417ebe33a539493c2370b65df39;hp=3dad05ad6e0143351b8a54eda78e7501bc359932;hb=83d0edbb4ed4641ad1b7452a53aa6a66f8d55a83;hpb=0c0ef5c73fa675decb4339fc6a858c96d0878996 diff --git a/rbtadd b/rbtadd index 3dad05a..2a93557 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 pc17.dolda2000.com btadd - <"$file" && rm -f "$file" elif [[ "$file" == http*://* ]]; then - rsc pc17 btadd -o "$file" + rsc pc17.dolda2000.com btadd "$file" else echo "rbtadd: $file: unreadable" >&2 fi