scripts/bcfg2/clean_dotcompiled
2013-02-08 01:47:16 +01:00

3 lines
72 B
Bash
Executable file

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