3 lines
72 B
Bash
Executable file
3 lines
72 B
Bash
Executable file
#!/bin/bash
|
|
|
|
find /var/lib/bcfg2 -name "*.COMPILED" -exec rm -f '{}' \;
|