#!/bin/sh
# this script automagically flashes a
# serially connected WGT634U with the
# image hardcoded in the chat script.
#
# have fun! (C) Ge0rG <georg@op-co.de>
chat -e -f flash-wgt634u.chat < /dev/ttyUSB0 > /dev/ttyUSB0
echo -e '\a'

