toxygen/.rsync.sh

9 lines
332 B
Bash
Raw Permalink Normal View History

2023-12-17 01:00:38 +01:00
#!/bin/sh
2024-02-13 22:00:45 +01:00
#find * -name \*.py | xargs grep -l '[ ]*$' | xargs sed -i -e 's/[ ]*$//'
rsync "$@" -vaxL --include \*.py \
2023-12-17 01:00:38 +01:00
--exclude Toxygen.egg-info --exclude build \
2024-02-17 21:02:30 +01:00
--exclude \*.pyc --exclude .pyl\* --exclude \*.so --exclude \*~ \
2024-02-05 15:58:00 +01:00
--exclude __pycache__ --exclude \*.egg-info --exclude \*.new \
2023-12-17 01:00:38 +01:00
./ ../toxygen.git/|grep -v /$