Improve overview and experiment naming
[khatus.git] / x2 / src / bash / exe / khatus_sensor_weather.sh
diff --git a/x2/src/bash/exe/khatus_sensor_weather.sh b/x2/src/bash/exe/khatus_sensor_weather.sh
new file mode 100644 (file)
index 0000000..371010f
--- /dev/null
@@ -0,0 +1,8 @@
+#! /bin/sh
+
+set -e
+
+dir_bin="$1"
+weather_station_id="$2"
+
+metar -d "$weather_station_id" 2>&1 | "$dir_bin"/khatus_parse_metar_d_output
This page took 0.028891 seconds and 4 git commands to generate.