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