##// END OF EJS Templates
- Made the internal crash handler very customizable for end-user apps based...
- Made the internal crash handler very customizable for end-user apps based on ipython. At SAGE's request.

File last commit:

r83:24892be0
r381:a39ea5ae
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/