Created
September 21, 2017 19:09
-
-
Save sleepdefic1t/a676d0d0b4ea1a859e59751e35d344b4 to your computer and use it in GitHub Desktop.
Raspberry Pi terminal command for clearing the bash history and shutting down. Useful for custom images.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
history -c && history -w && sudo shutdown now |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment