From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- unix/hlib/cllogout.cl | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 unix/hlib/cllogout.cl (limited to 'unix/hlib/cllogout.cl') diff --git a/unix/hlib/cllogout.cl b/unix/hlib/cllogout.cl new file mode 100644 index 00000000..c597320f --- /dev/null +++ b/unix/hlib/cllogout.cl @@ -0,0 +1,5 @@ +#{ System logout file; executed when logging off from the CL. Perform any +# cleanup functions you want executed at logout time. + +if (deftask ("_logout") && access ("home$logout.cl")) + _logout();; -- cgit