mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-11 12:52:47 +02:00
3ac1acb9ea
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30 3c298f89-4303-0410-b956-a3cf2f4a3e73
8 lines
175 B
Bash
8 lines
175 B
Bash
# ~/.bash_logout: executed by bash(1) when login shell exits.
|
|
|
|
# when leaving the console clear the screen to increase privacy
|
|
|
|
case "`tty`" in
|
|
/dev/tty[0-9]*) clear
|
|
esac
|