#!/bin/bash
if [ "$1" == "--help" ] ; then
	cat <<EOF
Turn on forced displaying of all frames.
EOF
	exit
fi
netcat -w 1 localhost 1234 >/dev/null <<EOF
disp 16
EOF
