- #
- # Executes commands at logout.
- # when leaving the console clear the screen to increase privacy
- if [ "$SHLVL" = 1 ]; then
- which clear >/dev/null && clear || (which clear_console >/dev/null && clear_console -q || true)
- fi
- # Local Variables:
- # mode: sh
- # End:
|