Improve overview and experiment naming
[khatus.git] / x2 / src / bash / exe / khatus_sensor_weather.sh
1 #! /bin/sh
2
3 set -e
4
5 dir_bin="$1"
6 weather_station_id="$2"
7
8 metar -d "$weather_station_id" 2>&1 | "$dir_bin"/khatus_parse_metar_d_output
This page took 0.049689 seconds and 4 git commands to generate.