diff options
author | Andreas Hubel | 2019-03-13 15:47:43 +0100 |
---|---|---|
committer | Andreas Hubel | 2019-03-13 15:47:43 +0100 |
commit | f6069f771241051bf6ce94578ae4f3bbaf47fdcf (patch) | |
tree | 4b68b050f7c40f501a31d51f9cfaa1df7fa65037 /configs/conferences/fossgis16/download.sh | |
parent | a9e8f9c6f1f06f2955c5f1e5d26e59f6e5446f65 (diff) |
remove old fossgis configs
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/fossgis16/download.sh | 9 |
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 |