##// END OF EJS Templates
try import path.py from several places, just in case
try import path.py from several places, just in case

File last commit:

r83:24892be0
r321:02e7a028
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/