1
0
Fork 0
mirror of https://github.com/kastdeur/lilydrum.git synced 2024-09-28 05:54:42 +02:00
lilydrum/cleanpdfs

6 lines
141 B
Text
Raw Normal View History

#!/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