qweechat/.rsync.sh

8 lines
328 B
Bash
Raw Normal View History

2024-02-08 21:37:58 +01:00
#!/bin/sh
2024-02-13 19:59:07 +01:00
# find * -name \*.py | xargs grep -l '[ ]*$' | xargs sed -i -e 's/[ ]*$//'
2024-02-08 21:37:58 +01:00
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 /$