mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2024-12-22 16:23:31 +01:00
895cade572
Added a TODO list Added support for backsticking and crosssticking
6 lines
No EOL
141 B
Bash
Executable file
6 lines
No EOL
141 B
Bash
Executable file
#!/bin/bash
|
|
# Recursively remove all pdfs from this directory
|
|
rm -v -R *.pdf
|
|
rm -v -R /snare/*.pdf
|
|
rm -v -R /tenor/*.pdf
|
|
rm -v -R /bass/*.pdf |