##// END OF EJS Templates
%cd and %run completers. try 'foo' and '%foo' completer if command line has 'foo'
%cd and %run completers. try 'foo' and '%foo' completer if command line has 'foo'

File last commit:

r0:6f629fcc
r402:852a4f4f
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