#!/bin/bash
#

echo UPDATE_DEVICE $1 > /dev/tcp/localhost/32767

exit 0
