#!/bin/sh
# Startup script for stkwm. This is just here so I can avoid actually
# installing tkwm at this time.
# Edit the following line to be able to find tkwm and stkwm.tcl.
exec @BIN_DIR@/wish -f @TKWM_LIBRARY@/stkwm_prefs.tcl -n stkwm_prefs ${1:+"$@"}
