X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=rbtadd;h=2a93557bd9973417ebe33a539493c2370b65df39;hp=df7570dbbdf58ed027553797fcf15711fd1ad448;hb=83d0edbb4ed4641ad1b7452a53aa6a66f8d55a83;hpb=1c19e28f6e3cbddc3162d41e946a3f6ba1af99e7 diff --git a/rbtadd b/rbtadd index df7570d..2a93557 100755 --- a/rbtadd +++ b/rbtadd @@ -7,9 +7,9 @@ fi for file in "$@"; do if [ -r "$file" ]; then - rsc pc17 btadd - <"$file" && rm -f "$file" + rsc pc17.dolda2000.com btadd - <"$file" && rm -f "$file" elif [[ "$file" == http*://* ]]; then - rsc pc17 btadd "$file" + rsc pc17.dolda2000.com btadd "$file" else echo "rbtadd: $file: unreadable" >&2 fi