##// END OF EJS Templates
New system for interactively running scripts. After a submission by Ken...
New system for interactively running scripts. After a submission by Ken Schutte <kschutte-AT-csail.mit.edu> on the ipython-user list.

File last commit:

r0:6f629fcc
r302:36826fc8
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