Newer
Older
Import / code / Scripts / clean_exit.sh
@John John on 29 Dec 2020 136 bytes bulk import from macbookpro checkouts
#!/bin/sh

#
# Exit and wipe the entire bash history including removing that we did this command
#
rm ~/.bash_history ; kill -9 $PPID