From 24892be0c8c7326cc926d2be37855660dd5ea03f 2006-01-02 22:11:38 From: fperez Date: 2006-01-02 22:11:38 Subject: [PATCH] util script --- diff --git a/tools/testupload b/tools/testupload new file mode 100755 index 0000000..f066c5d --- /dev/null +++ b/tools/testupload @@ -0,0 +1,6 @@ +#!/bin/sh + +# clean public testing/ dir and upload +ssh "rm -f ipython@ipython.scipy.org:www/dist/testing/*" +cd ~/ipython/ipython/dist +scp * ipython@ipython.scipy.org:www/dist/testing/