aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fossgis16/download.sh
diff options
context:
space:
mode:
authorAndreas Hubel2019-03-13 15:47:43 +0100
committerAndreas Hubel2019-03-13 15:47:43 +0100
commitf6069f771241051bf6ce94578ae4f3bbaf47fdcf (patch)
tree4b68b050f7c40f501a31d51f9cfaa1df7fa65037 /configs/conferences/fossgis16/download.sh
parenta9e8f9c6f1f06f2955c5f1e5d26e59f6e5446f65 (diff)
remove old fossgis configs
Diffstat (limited to 'configs/conferences/fossgis16/download.sh')
-rwxr-xr-xconfigs/conferences/fossgis16/download.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/conferences/fossgis16/download.sh b/configs/conferences/fossgis16/download.sh
deleted file mode 100755
index 0aae418..0000000
--- a/configs/conferences/fossgis16/download.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-# fahrplan
-wget --no-check-certificate -q "http://frab.fossgis-konferenz.de/de/2016/public/schedule.xml" -O /tmp/fossgis16-schedule.xml && mv /tmp/fossgis16-schedule.xml schedule.xml
-rm -f /tmp/fossgis16-schedule.xml
-
-# relive
-wget -q "http://live.dus.c3voc.de/relive/fossgis16/index.json" -O /tmp/fossgis16-vod.json && mv /tmp/fossgis16-vod.json vod.json
-rm -f /tmp/fossgis16-vod.json