3 lines
112 B
Bash
Executable File
3 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
rsync -av . avo:/home/wirawan0/lib/python/wpylib/. -f '+ *.py' -f '+ *.basis' -f '+ /**/' -f '- *'
|