first
This commit is contained in:
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 --exclude \*.dst --exclude \*.log --exclude \*.out \
|
||||
--exclude \*.egg-info --exclude libs --exclude dist --exclude build \
|
||||
--exclude \*.pyc --exclude .pyl\* --exclude \*~ --exclude \*.err \
|
||||
./ ../tox_wrapper.git/|grep -v /$
|
||||
Reference in New Issue
Block a user