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