#!/bin/sh
if [ "$1" = -h ]; then
   echo "Selects previous frame."
   exit
fi
. "$WMII_RCCONF"
$WRITE /wm/page/sel/ctl 'select prev'
