##// END OF EJS Templates
Add main ipython script entry point in same location as before.
Add main ipython script entry point in same location as before.

File last commit:

r1261:a818e11a merge
r2837:012125b0
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