##// END OF EJS Templates
- add delay parameter to irunner, and standalone irunner script....
- add delay parameter to irunner, and standalone irunner script. - fix manual regarding pyreadline.

File last commit:

r0:6f629fcc
r310:85f75cac
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx