Closed yaroslavvb closed 11 years ago
I tried both script and pre class methods, and I get empty lines between my lines
For instance this
tar -xf package.tar cd cde-package/cde-root/temp ../../cde-exec python -c "from scipy import *; print ones(15)"
shows as
1 tar -xf package.tar 2 3 cd cde-package/cde-root/temp 4 5 ../../cde-exec python -c "from scipy import *; print ones(15)"
http://yaroslavvb.blogspot.com/2011/08/making-self-contained-unix-programs.html
Did you figure this out? Seems like your pre tags use <br> for new lines... i don't remember what behavior it would cause.
pre
<br>
I tried both script and pre class methods, and I get empty lines between my lines
For instance this
shows as
http://yaroslavvb.blogspot.com/2011/08/making-self-contained-unix-programs.html