1
0
mirror of https://github.com/pisto/oggify synced 2024-11-14 17:27:29 +00:00

Merge branch 'master' of github.com:pisto/oggify

This commit is contained in:
Lorenzo Pistone 2019-02-18 09:56:29 +01:00
commit 6d11933999

View File

@ -2,7 +2,7 @@
set -e
fname=$(echo "${4} - ${2}.ogg" | tr '/' - | tr '\0' ' ')
fname=$(echo "${4} - ${2}.ogg" | tr '/' -)
cat > "$fname"
echo "$fname"
{