diff options
author | derpeter | 2018-09-20 10:47:06 +0200 |
---|---|---|
committer | derpeter | 2018-09-20 10:47:06 +0200 |
commit | a5c18584decd0b19718b8ddb002588dae3e381d4 (patch) | |
tree | 17818285b4cc3908d656af5fabbb63f8b8d452e3 /configs/conferences/14np/download.sh | |
parent | 9a603d06a14e77ef4d9c657eb03d669685de3859 (diff) |
initial commit 14np
Diffstat (limited to 'configs/conferences/14np/download.sh')
-rwxr-xr-x | configs/conferences/14np/download.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/configs/conferences/14np/download.sh b/configs/conferences/14np/download.sh new file mode 100755 index 0000000..bd93300 --- /dev/null +++ b/configs/conferences/14np/download.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +# fahrplan +wget --no-check-certificate -q "https://programm.froscon.de/2017/schedule.xml" -O /tmp/froscon2017-schedule.xml && mv /tmp/froscon2017-schedule.xml schedule.xml +rm -f /tmp/froscon2017-schedule.xml + +# relive +wget -q "http://live.dus.c3voc.de/relive/froscon16/index.json" -O /tmp/froscon2017-vod.json && mv /tmp/froscon2017-vod.json vod.json +rm -f /tmp/froscon2017-vod.json |