From 110cd8c18b47590d1597ab6ed1319d9b5e4d0a0d Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 23 Jul 2011 21:48:18 -0400 Subject: [PATCH] add streamrip --- streamrip | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 streamrip diff --git a/streamrip b/streamrip new file mode 100755 index 0000000..47f765e --- /dev/null +++ b/streamrip @@ -0,0 +1,6 @@ +#!/bin/sh + +URL="$1" +shift +DEST=${HOME}/mp3 +exec streamripper ${URL} -d ${DEST} -s -u mpg123 -xs_padding=10000:10000 "$@"