# Shell logout file usable by all shells. # When leaving the console clear the screen to increase privacy. Taken from # Debian default bash files. Thanks. if [ "$SHLVL" = 1 ]; then [ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q fi # vim: ft=sh