From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/cl/logout.cl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pkg/cl/logout.cl (limited to 'pkg/cl/logout.cl') diff --git a/pkg/cl/logout.cl b/pkg/cl/logout.cl new file mode 100644 index 00000000..f5ca4f37 --- /dev/null +++ b/pkg/cl/logout.cl @@ -0,0 +1,5 @@ +# LOGOUT.CL -- Executed when you log out of the CL. Keep this around in the CL +# directory just to make sure this feature continues to work. + +history (100, >> "uparm$history.cl") +time -- cgit