From 8c0ea1194bc0905926fb9e211c3356f2348c7ca7 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 12 May 2009 02:46:17 +0200 Subject: Embtoolkit: Fisrt commit This is the first commit in the embedded system toolkit git repository, formaly embtoolkit. This porject aims to design a tool which helps on building an embedded linux system. The goal of this porject is to use EGLIBC as C Library for linux systems generated. This initial commit is manely just a backup in order to save work done. Signed-off-by: Abdoulaye Walsimou Gaye --- src/target_skeleton/root/.bash_logout | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/target_skeleton/root/.bash_logout (limited to 'src/target_skeleton/root/.bash_logout') diff --git a/src/target_skeleton/root/.bash_logout b/src/target_skeleton/root/.bash_logout new file mode 100644 index 0000000..77ef1f9 --- /dev/null +++ b/src/target_skeleton/root/.bash_logout @@ -0,0 +1,7 @@ +# ~/.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 -- cgit v1.2.3