summaryrefslogtreecommitdiff
path: root/target/device/jp/q5/target_skeleton/root/.bash_logout
diff options
context:
space:
mode:
authorDavid Anders <dave123@abcsinc.com>2006-01-25 14:59:21 +0000
committerDavid Anders <dave123@abcsinc.com>2006-01-25 14:59:21 +0000
commit3d8aa36b65b2751d9dc8ba2c42a61f6ae5d5eeaf (patch)
tree17814f432b3cfb7aa5e3ef6aa14e70152c6cb3f5 /target/device/jp/q5/target_skeleton/root/.bash_logout
parentc11d4552d4ae289dda2f675777eeafa1e4e9aab5 (diff)
add the amd au1500 based q5 board per case 0000374
Diffstat (limited to 'target/device/jp/q5/target_skeleton/root/.bash_logout')
-rw-r--r--target/device/jp/q5/target_skeleton/root/.bash_logout7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/jp/q5/target_skeleton/root/.bash_logout b/target/device/jp/q5/target_skeleton/root/.bash_logout
new file mode 100644
index 000000000..77ef1f950
--- /dev/null
+++ b/target/device/jp/q5/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