##// END OF EJS Templates
- fix missing __file__ for scripts run via %run....
- fix missing __file__ for scripts run via %run. - fix bug with '%run -d' under python 2.4

File last commit:

r83:24892be0
r122:0c35e2ff
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/