View Single Post
Old 08-24-2018, 05:59 AM   #1
botmtl
Enthusiast
botmtl really knows where his or her towel isbotmtl really knows where his or her towel isbotmtl really knows where his or her towel isbotmtl really knows where his or her towel isbotmtl really knows where his or her towel isbotmtl really knows where his or her towel isbotmtl really knows where his or her towel isbotmtl really knows where his or her towel isbotmtl really knows where his or her towel isbotmtl really knows where his or her towel isbotmtl really knows where his or her towel is
 
botmtl's Avatar
 
Posts: 43
Karma: 70238
Join Date: Jun 2014
Device: none
how to exit calibre-debug

Code:
me@home:~$ calibre-debug
Welcome to the interactive calibre shell!

>>> exit()
NameError: name 'exit' is not defined
>>> quit()
NameError: name 'quit' is not defined
>>> exit
NameError: name 'exit' is not defined
>>> quit
NameError: name 'quit' is not defined
>>> let_met _out!()
SyntaxError: invalid syntax
>>>
ctrl-d does get me out, but then I need to kill it.
ctrl-c gets me out, but destroys my term as well.

Last edited by botmtl; 08-24-2018 at 06:02 AM.
botmtl is offline   Reply With Quote