From 39c78ad367835da20e20508053a1390d00640f2c Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 5 Sep 2016 13:17:51 -0400 Subject: [PATCH] another example for bash which runs things on exit; this one just runs the nechung oracle (assuming feisty meow was loaded and built). --- examples/bashisms/dot.bash_logout | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/bashisms/dot.bash_logout diff --git a/examples/bashisms/dot.bash_logout b/examples/bashisms/dot.bash_logout new file mode 100644 index 00000000..bb76b864 --- /dev/null +++ b/examples/bashisms/dot.bash_logout @@ -0,0 +1,3 @@ +# runs the nechung oracle program at exit from bash. + +nechung -- 2.34.1