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
1 changed files with 1 additions and 1 deletions

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"
{