#!/bin/sh # $Id: startfluxbox.in 4980 2007-07-07 23:11:04Z markt $ command="`basename \"$0\"`" fluxdir="$HOME/.@pkgprefix@fluxbox@pkgsuffix@" startup="$fluxdir/startup" while [ $# -gt 0 ]; do case "$1" in -c|--config) if [ $# -lt 2 ]; then echo "$command:error, missing argument" exit 1 fi shift startup=$1 ;; -h|--help) cat < "$startup" fi chmod 644 "$startup" exec sh "$startup" fi