anndl: Fixed a couple of bugs.
[utils.git] / rbtadd
diff --git a/rbtadd b/rbtadd
index 2a93557..25f6489 100755 (executable)
--- a/rbtadd
+++ b/rbtadd
@@ -7,9 +7,9 @@ fi
 
 for file in "$@"; do
     if [ -r "$file" ]; then
-       rsc pc17.dolda2000.com btadd - <"$file" && rm -f "$file"
+       rsc nerv.dolda2000.com btadd - <"$file" && rm -f "$file"
     elif [[ "$file" == http*://* ]]; then
-       rsc pc17.dolda2000.com btadd "$file"
+       rsc nerv.dolda2000.com btadd "$file"
     else
        echo "rbtadd: $file: unreadable" >&2
     fi