3 lines
115 B
Bash
Executable File
3 lines
115 B
Bash
Executable File
#!/bin/bash
|
|
rsync -av . pzt:/home/wirawan0/local/lib/python/wpylib/. -f '+ *.py' -f '- CVS/' -f '+ /**/' -f '- *'
|