trap 'echo "Your intrusion approach has been detected!"; exit' INT QUIT
# ~/.bash_profile: executed by bash(1) for login shells.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
set -e
umask 022
startx
logout
