We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f8a45 commit c1e3281Copy full SHA for c1e3281
2 files changed
scripts/run_hydro_jobs.sh
@@ -0,0 +1,9 @@
1
+#!/usr/bin/env bash
2
+set -euo pipefail
3
+
4
+# run hydro-stations jobs
5
+krawler ./jobfile-hydro-stations.js
6
+#run hydro-observations jobs
7
+krawler ./jobfile-hydro-observations.js
8
+#run hydro-predictions jobs
9
+krawler ./jobfile-hydro-predictions.js
scripts/run_piezo_jobs.sh
@@ -0,0 +1,7 @@
+#run piezo-stations jobs
+krawler ./jobfile-piezo-stations.js
+#run piezo-observations jobs
+krawler ./jobfile-piezo-observations.js
0 commit comments