Skip to content

Instantly share code, notes, and snippets.

@joho
Created July 30, 2009 04:06
Show Gist options
  • Save joho/158543 to your computer and use it in GitHub Desktop.
Save joho/158543 to your computer and use it in GitHub Desktop.
~ $ python
Python 2.4.4 (#1, Mar 4 2008, 21:21:26)
[GCC 4.1.2 (Gentoo 4.1.2 p1.0.2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> exit
'Use Ctrl-D (i.e. EOF) to exit.'
>>>
===
So you know I want to exit. Exit me! Don't just print out a stupid message.
Joho2[14:39:00]:~
$ irb
>> exit
Joho2[14:39:07]:~
$
===
That's much better
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment