TISbackup/deb/prerm
2022-10-29 11:37:09 +02:00

4 lines
64 B
Bash
Executable File

#!/bin/bash
find /opt/tisbackup/ -name *.pyc -exec rm -f {} \;