7 lines
67 B
Bash
7 lines
67 B
Bash
|
#!/bin/bash
|
||
|
rm *.mp3
|
||
|
rm *.chapters.txt
|
||
|
rm *.m4a
|
||
|
rm *.ogg
|
||
|
rm *.flac
|