#!/bin/bash
# Copyright 2013 Monterey Bay Aquarium Research Institute, all rights reserved.
echo remove route
route del -host 134.89.32.39 

# Kill slattach process
echo Kill slattach SLIP process
pid=`ps -eaf | grep slattach | grep -v grep | awk '{print $2}'`
kill $pid

# Turn off Dorado radio
echo Turn off Dorado Freewave
/home/smc/bin/SetPowerSwitch 1 0
