TISbackup/deb/prerm
2022-04-25 10:02:43 +02:00

4 lines
64 B
Bash

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