TISbackup/deb/prerm
2022-12-26 14:02:49 +01:00

4 lines
64 B
Bash
Executable File

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