7 lines
87 B
Bash
7 lines
87 B
Bash
#!/bin/sh
|
|
|
|
cd $1
|
|
rm -f audio.wav
|
|
rm -f audio.flac
|
|
cp pts-wav-sample-file.wav audio.wav
|