scripts

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

commit b32d19fd418f9363468e6eeb8a976208b244a0fc
parent 02531b8299096bdbcd9e0a26e043023e764f4b28
Author: sin <sin@2f30.org>
Date:   Mon,  4 Nov 2013 15:29:55 +0000

Fix typo

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

diff --git a/ytfetch b/ytfetch @@ -34,5 +34,5 @@ function encode { cd $scratch for i in *; do outfile="${i%.*}.mp3" - encode "$i" "$outfile" + encode "$i" "$out/$outfile" done