mirror of
https://gitee.com/hotalexnet/openbsd.git
synced 2025-12-27 01:54:56 +08:00
11 lines
285 B
Bash
Executable file
11 lines
285 B
Bash
Executable file
#!/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.
|
|
#
|
|
|