summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-16 10:34:48 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-16 10:34:48 +0100
commit59d74f1429281bfdf8e10447d649050c757a9b8e (patch)
treef8e254825d4ee17d2e621500796b0b5a81c03b47 /examples
parent1af26b2fdcfb9233503a1c0e630b41ced5864069 (diff)
Document zugbildungsplan.json source
Diffstat (limited to 'examples')
-rw-r--r--examples/dbf_update_zugbildungsplan9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/dbf_update_zugbildungsplan b/examples/dbf_update_zugbildungsplan
new file mode 100644
index 0000000..816495e
--- /dev/null
+++ b/examples/dbf_update_zugbildungsplan
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -eu
+
+wget -qO share/zugbildungsplan.json.new https://lib.finalrewind.org/dbdb/db_zugbildung_v0.json
+
+chmod 644 share/zugbildungsplan.json.new
+
+mv share/zugbildungsplan.json.new share/zugbildungsplan.json