##// END OF EJS Templates
Add support for multiline input with blank lines in it. Closes issue 43.
Add support for multiline input with blank lines in it. Closes issue 43.

File last commit:

r0:6f629fcc
r53:28c309cc
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