TISbackup/deb/prerm

4 lines
64 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:43 +02:00
#!/bin/bash
2022-10-29 11:37:09 +02:00
find /opt/tisbackup/ -name *.pyc -exec rm -f {} \;