repo.or.cz
/
shinken.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix : fix hot module under windows test. (at leat I hope...)
[shinken.git]
/
skonf
/
cleanup.sh
blob
3863edcd02b0ea32076db80bef3efe1318c1fcbf
1
#!/bin/bash
2
for
fic
in
$
(
find
.
-type
f
-name
"*.pyc"
)
3
do
4
rm
-f
$fic
5
done