#!/bin/sh
#
# Weather Alert v1.0 - GBPPR www.gbppr.org 
#
# Edit to your liking

# Beacon stuff here
#
beacon -c CALL_SIGN -d BEACON -s ax0 "Weather Radio Alert!  Check 162.55 MHz"

# Other possibilities
#
#lynx -dump http://www.crh.noaa.gov/grb/data/products/wiwsw | elm -s "WX ALERT" user@host >/dev/null 2>&1
#minicom -d 1
#echo "Get over to the weather service." | elm -s "WX ALERT!" user@host >/dev/null 2>&1
#echo "Weather Alert, check 162.55 MHz" | wall
#echo "Weather Alert, check 162.55 MHz" | rwall host
#say -x 1250 "Weather Radio Alert"
#echo "msg user/Weather Radio Alert" | micq
#

