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