##// END OF EJS Templates
util script
fperez -
Show More
@@ -0,0 +1,6 b''
1 #!/bin/sh
2
3 # clean public testing/ dir and upload
4 ssh "rm -f ipython@ipython.scipy.org:www/dist/testing/*"
5 cd ~/ipython/ipython/dist
6 scp * ipython@ipython.scipy.org:www/dist/testing/
General Comments 0
You need to be logged in to leave comments. Login now