summaryrefslogtreecommitdiffstats
path: root/sh/logout
diff options
context:
space:
mode:
Diffstat (limited to 'sh/logout')
-rw-r--r--sh/logout5
1 files changed, 5 insertions, 0 deletions
diff --git a/sh/logout b/sh/logout
new file mode 100644
index 0000000..acf55d6
--- /dev/null
+++ b/sh/logout
@@ -0,0 +1,5 @@
+# This file is sourced when a login shell terminates.
+sudo -k
+clear
+
+# vim:ft=sh: