##// END OF EJS Templates
Command line examples added for non-parallel apps.
Command line examples added for non-parallel apps.

File last commit:

r1261:a818e11a merge
r4215:8e2a591b
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