diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:34:40 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-21 01:34:40 +0000 |
commit | e8def1fcfc2fd7b888f7f391d02767fd9d852eb0 (patch) | |
tree | 4d7a5dfd4f683e83af02835833c93ac5826ab4e7 /target/device/Atmel/atngw100/target_skeleton/root/.bash_logout | |
parent | 02b8e6e0877198b973bd0c7712280c476ac1984f (diff) |
additional skeleton for AVR32
Diffstat (limited to 'target/device/Atmel/atngw100/target_skeleton/root/.bash_logout')
-rw-r--r-- | target/device/Atmel/atngw100/target_skeleton/root/.bash_logout | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/Atmel/atngw100/target_skeleton/root/.bash_logout b/target/device/Atmel/atngw100/target_skeleton/root/.bash_logout new file mode 100644 index 000000000..77ef1f950 --- /dev/null +++ b/target/device/Atmel/atngw100/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 |