repo.or.cz
/
chanspy.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
plugins, parsing threads list with BeautifulSoup
[chanspy.git]
/
prepare_for_commit.sh
blob
821d062a243f79ba97c016fa715624ae99ff504c
1
#!/bin/sh
2
3
for
file
in
`find . -name '*.pyc' -o -name '.*' -type f`
4
do
5
echo
"Removing
$file
..."
6
rm
"
$file
"
7
done