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

pull/3/head
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 set -e
fname=$(echo "${4} - ${2}.ogg" | tr '/' - | tr '\0' ' ') fname=$(echo "${4} - ${2}.ogg" | tr '/' -)
cat > "$fname" cat > "$fname"
echo "$fname" echo "$fname"
{ {