##// END OF EJS Templates
New system for interactively running scripts. After a submission by Ken...
New system for interactively running scripts. After a submission by Ken Schutte <kschutte-AT-csail.mit.edu> on the ipython-user list.

File last commit:

r83:24892be0
r302:36826fc8
Show More
testupload
6 lines | 183 B | text/plain | TextLexer
#!/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/