Files
wmaker/WindowMaker/exitscript.sh
T

12 lines
285 B
Bash
Raw Normal View History

1998-10-21 14:43:47 +00:00
#!/bin/sh
#
# Place commands to be executed when WindowMaker is exited here.
1999-05-15 17:38:05 +00:00
#
# 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.
#
1998-10-21 14:43:47 +00:00
# This file must be executable.
#