summaryrefslogtreecommitdiffstats
path: root/convert2mp3
diff options
context:
space:
mode:
Diffstat (limited to 'convert2mp3')
-rwxr-xr-xconvert2mp32
1 files changed, 2 insertions, 0 deletions
diff --git a/convert2mp3 b/convert2mp3
index 5f5a2fa..d2a24f6 100755
--- a/convert2mp3
+++ b/convert2mp3
@@ -23,5 +23,7 @@ for i in "$@"; do
mplayer -ao pcm:fast -novideo -vc null -vo null -ao pcm:file="$tmpfile" "$file"
lame -h "$tmpfile" "$file_mp3"
+ rm "$tmpfile"
+
popd &> /dev/null
done