scripts/archive/bcfg2/clean_dotcompiled
2015-05-23 16:11:53 +02:00

3 lines
72 B
Bash
Executable file

#!/bin/bash
find /var/lib/bcfg2 -name "*.COMPILED" -exec rm -f '{}' \;