#!/bin/bash

stop_isgw()
{
	echo "x"
	sleep 1
	echo "y"
}

stop_isgw | nc localhost 54322 -q 1

reboot


