qtpy
This commit is contained in:
parent
b54c0d1716
commit
acb9e83c29
14 changed files with 25 additions and 19 deletions
7
.rsync.sh
Normal file
7
.rsync.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
find * -name \*.py | xargs grep -l '[ ]*$' | xargs sed -i -e 's/[ ]*$//'
|
||||
rsync "$@" -vax --include \*.py --exclude \*.log --exclude \*.out \
|
||||
--exclude \*.egg-info --exclude libs --exclude dist --exclude build \
|
||||
--exclude \*.pyc --exclude .pyl\* --exclude \*~ --exclude \*.so \
|
||||
./ ../qweechat.git/|grep -v /$
|
||||
Loading…
Add table
Add a link
Reference in a new issue