#!/bin/sh
if [ "$1" = -h ]; then
   echo "Attaches the most recent detached client."
   exit
fi
. "$WMII_RCCONF"
$WRITE /wm/ctl attach
