diff options
Diffstat (limited to 'wmaker/GNUstep/Library/WindowMaker/exitscript')
| -rwxr-xr-x | wmaker/GNUstep/Library/WindowMaker/exitscript | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/wmaker/GNUstep/Library/WindowMaker/exitscript b/wmaker/GNUstep/Library/WindowMaker/exitscript new file mode 100755 index 0000000..57cd570 --- /dev/null +++ b/wmaker/GNUstep/Library/WindowMaker/exitscript @@ -0,0 +1,11 @@ +#!/bin/sh +# +# Place commands to be executed when WindowMaker is exited here. +# +# WindowMaker will wait until this script finishes, so if you run any +# commands that take long to execute (like a xterm), put a ``&'' in the +# end of the command line. +# +# This file must be executable. +# + |
