##// END OF EJS Templates
Tidier way of returning enterted command to the prompt when doing
Tidier way of returning enterted command to the prompt when doing

File last commit:

r1261:a818e11a merge
r4081:8d3b2e75
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