scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 705b20bacd634149c01a76ced29ad720efc87886
parent 6000178d98d5074112e6d83a70f76ce720021d09
Author: sin <sin@2f30.org>
Date:   Mon,  4 Nov 2013 13:58:15 +0000

Change default path

Diffstat:
Mytget | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ytget b/ytget @@ -3,7 +3,7 @@ # Simple script to download videos from youtube and convert # them to mp3 using ffmpeg. -out=$HOME/yt +out=$HOME/music/yt if test -z "$1"; then echo "usage: $(basename $0) yt-url..." 1>&2