From: fredrik Date: Mon, 27 Aug 2007 22:32:45 +0000 (+0000) Subject: Download directly to ~/bt. X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=commitdiff_plain;h=b88a238b70f1f33415aff8fcf6fefb633b0c6a5d Download directly to ~/bt. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/utils@1100 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/rbtadd b/rbtadd index 3dad05a..df7570d 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 btadd - <"$file" && rm -f "$file" elif [[ "$file" == http*://* ]]; then - rsc pc17 btadd -o "$file" + rsc pc17 btadd "$file" else echo "rbtadd: $file: unreadable" >&2 fi