X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=rbtadd;h=2a93557bd9973417ebe33a539493c2370b65df39;hb=2b7d9218797959988e25c6cc8282a2f5eaa107fe;hp=3dad05ad6e0143351b8a54eda78e7501bc359932;hpb=0c0ef5c73fa675decb4339fc6a858c96d0878996;p=utils.git 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