1# nana-run.gdb - used by the nana-run command to start the ball rolling
2#
3# note: some earlier versions of gdb don't like comments in a sourced file
4# so you may need to remove these lines. (e-mail me if you do).
5set height 0
6set confirm off
7run
8quit
9