public
Description: Run programs in the Emacs buffer holding their source, seeing their output inline, interactively.
Homepage: http://wry.me/project/halp
Clone URL: git://github.com/darius/halp.git
halp / sample.sh
100644 6 lines (3 sloc) 0.106 kb
1
2
3
4
5
6
When you hit M-i you should see '| 5' appear below the following line:
 
$ awk 'BEGIN { print 2+3 }'
 
Yay!