3 lines
64 B
Bash
3 lines
64 B
Bash
|
#!/bin/bash
|
||
|
lame -V9 -h "$1" "$(echo "$1"|sed 's/\.mp3$/_0&/')"
|