Skip to content

Latest commit

 

History

History

ep066

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Today I talk about one of the things I wish I knew sooner in my programming career and I'm passing it along to you!

Interactive examples

Python

exit()

Sqlite

.quit

Node

process.exit()

Bash

bash
exit
unset PYTHONSTARTUP
python
sqlite3
node
sh
# Keyboard shortcut: Ctrl-d