* Fix : remove hook_late_configuration from BaseModule, if a module do not have,...
[shinken.git] / skonf / cleanup.sh
blob3863edcd02b0ea32076db80bef3efe1318c1fcbf
1 #!/bin/bash
2 for fic in $(find . -type f -name "*.pyc")
3 do
4 rm -f $fic
5 done