#!/bin/sh
modargs="$1 $2 $3 $4 $5"
shift;shift;shift;shift;shift
exec /usr/local/libexec/fvwm/2.4.20/FvwmRearrange $modargs -cascade $@
