6 lines
50 B
Bash
6 lines
50 B
Bash
#!/bin/sh
|
|
|
|
cd $1
|
|
rm -f audio.wav
|
|
rm -f audio.flac
|
#!/bin/sh
|
|
|
|
cd $1
|
|
rm -f audio.wav
|
|
rm -f audio.flac
|