This commit is contained in:
emdee@spm.plastiras.org 2023-12-18 06:30:54 +00:00
parent 3051db8a7a
commit ae6b8f443c
2 changed files with 14 additions and 7 deletions

7
.rsync.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
find * -name \*.py | xargs grep -l '[ ]*$' | xargs sed -i -e 's/[ ]*$//'
rsync "$@" -vax --include \*.py \
--exclude Toxygen.egg-info --exclude build \
--exclude \*.pyc --exclude .pyl\* --exclude \*~ --exclude \*.so \
./ ../tox_profile.git/|grep -v /$