Files
wmaker/bazel/WindowMaker/exitscript.sh
T

12 lines
285 B
Bash
Raw Normal View History

2024-11-10 22:59:13 -05:00
#!/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.
#