diff --git a/update-avocado.sh b/update-avocado.sh new file mode 100755 index 0000000..64f9d8d --- /dev/null +++ b/update-avocado.sh @@ -0,0 +1,2 @@ +#!/bin/bash +rsync -av . avo:/home/wirawan0/lib/python/wpylib/. -f '+ *.py' -f '+ *.basis' -f '+ /**/' -f '- *' diff --git a/update-jaguar.sh b/update-jaguar.sh new file mode 100755 index 0000000..4550298 --- /dev/null +++ b/update-jaguar.sh @@ -0,0 +1,2 @@ +#!/bin/bash +rsync -av . jaguar:/ccs/home/wirawan0/wpylib/. -f '+ *.py' -f '+ /*/' -f '- *' diff --git a/update-pzt.sh b/update-pzt.sh new file mode 100755 index 0000000..e018359 --- /dev/null +++ b/update-pzt.sh @@ -0,0 +1,2 @@ +#!/bin/bash +rsync -av . pzt:/home/wirawan0/local/lib/python/wpylib/. -f '+ *.py' -f '+ /*/' -f '- *'