#!/bin/sh
if [ "$1" = -h ]; then
   echo "Removes selected page."
   exit
fi
. "$WMII_RCCONF"
$WRITE /wm/ctl destroy
