#! /bin/sh

# This code is in the public domain
# Written by Robbert Haarman

nc localhost 6600 <<EOT > /dev/null
stop
close
EOT
