mirror of
https://github.com/pisto/oggify
synced 2025-12-13 21:26:32 +00:00
Merge branch 'master' of github.com:pisto/oggify
This commit is contained in:
commit
6d11933999
1 changed files with 1 additions and 1 deletions
2
tag_ogg
2
tag_ogg
|
|
@ -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"
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue