scripts

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

commit 0b26d632bd6c04c1d1ef5aa1e0cef758fe76fa45
parent eaaf9c4f63e2ccc4e5ab62ece4ea09f32a272a9f
Author: sin <sin@2f30.org>
Date:   Thu,  7 Nov 2013 16:28:44 +0000

The get output message should report the actual file being downloaded

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

diff --git a/ytfetch b/ytfetch @@ -25,7 +25,7 @@ for URL in "$@"; do if test -f "$F"; then # already have this? echo "hav $F" else - echo "get $F" + echo "get $L" wget "$DIRECT" -O "$L" 2> /dev/null ffmpeg -i "$L" "$F" 2> /dev/null rm "$L"