From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- 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