Skip to content

Commit

Permalink
added some scripts used for development
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestv committed Oct 20, 2012
1 parent 677ea87 commit 883d0be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/CLEAN
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find p2pool/ -iname '*.py' | xargs ~/pycl.py
1 change: 1 addition & 0 deletions dev/COUNT
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find p2pool/ -not -path 'p2pool/test/*' -path '*.py' | xargs wc | sort -n
5 changes: 5 additions & 0 deletions dev/TEST
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
while true ; do
find -iname '*.pyc' | xargs rm
trial p2pool
git checkout HEAD^
done

0 comments on commit 883d0be

Please sign in to comment.