* My own update scripts.

master
wirawan 14 years ago
parent 090d9f7b00
commit 5f367c8fc8
  1. 2
      update-avocado.sh
  2. 2
      update-jaguar.sh
  3. 2
      update-pzt.sh

@ -0,0 +1,2 @@
#!/bin/bash
rsync -av . avo:/home/wirawan0/lib/python/wpylib/. -f '+ *.py' -f '+ *.basis' -f '+ /**/' -f '- *'

@ -0,0 +1,2 @@
#!/bin/bash
rsync -av . jaguar:/ccs/home/wirawan0/wpylib/. -f '+ *.py' -f '+ /*/' -f '- *'

@ -0,0 +1,2 @@
#!/bin/bash
rsync -av . pzt:/home/wirawan0/local/lib/python/wpylib/. -f '+ *.py' -f '+ /*/' -f '- *'
Loading…
Cancel
Save