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