]> git.pld-linux.org Git - packages/bash.git/blob - bash-skel-.bash_logout
- up to 3.2.39
[packages/bash.git] / bash-skel-.bash_logout
1 # .bash_logout - file executed when logging out
2
3 if [ -x /sbin/consoletype ] && [ `/sbin/consoletype` = vt ]; then
4         clear
5 fi
This page took 0.055307 seconds and 3 git commands to generate.