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