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