Alert on reported weather phenomena
[khatus.git] / bin / khatus_sensor_weather
CommitLineData
f37162a4
SK
1#! /bin/sh
2
3set -e
4
654ea6e2
SK
5dir_bin="$1"
6weather_station_id="$2"
f37162a4 7
654ea6e2 8metar -d "$weather_station_id" 2>&1 | "$dir_bin"/khatus_parse_metar_d_output
This page took 0.026816 seconds and 4 git commands to generate.