c3d2-web/content/static/datenspuren/fahrplanimport

12 lines
205 B
Plaintext
Raw Normal View History

2011-09-20 15:32:12 +02:00
#!/bin/sh
mkdir .tmp
cd .tmp
2011-09-20 15:32:12 +02:00
curl https://cccv.pentabarf.org/DS2011.tar.gz | tar xz
rm DS2011/style.css
cp -r DS2011/* ../fahrplan/
cd ..
rm -r .tmp
git add fahrplan
2011-09-20 15:32:12 +02:00
git commit -m'fahrplan import [auto]'