Newer
Older
Import / code / Scripts / .svn / text-base / clean_exit.sh.svn-base
#!/bin/sh

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