Fix : fix hot module under windows test. (at leat I hope...)
[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