Changes between Version 10 and Version 11 of Howto
- Timestamp:
- 09/15/09 11:11:30 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howto
v10 v11 116 116 #!/bin/bash 117 117 eval $(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib) 118 /home/ahartmai/perl5/bin/padre >/tmp/padre_out 2>/tmp/padre_err 118 /home/username/perl5/bin/padre 119 # for troubleshooting add this to the end of the previous line: 120 # >/tmp/padre_out 2>/tmp/padre_err 119 121 }}} 120 122
