##// END OF EJS Templates
%cd accepts \ as pathsep - will convert to /.
%cd accepts \ as pathsep - will convert to /.

File last commit:

r0:6f629fcc
r111:5d6e7ff8
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