Newer
Older
Import / code / Scripts / clean_exit.sh
#!/bin/sh

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