1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-21 23:04:11 +03:00
openwrt-xburst/obsolete-buildroot/sources/target_skeleton/root/.bash_logout
mbm 3ac1acb9ea Initial revision
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30 3c298f89-4303-0410-b956-a3cf2f4a3e73
2004-05-25 04:32:27 +00:00

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