34 lines
1.9 KiB
Bash
Raw Normal View History

2020-01-21 11:38:31 +01:00
#!/bin/sh
echo "1.Welcome.xml -> 1.Welcome-index.js"
python index.py xml/1.Welcome.xml > index/1.Welcome-index.js
echo "2.DeepEurope.xml -> 2.DeepEurope-index.js"
python index.py xml/2.DeepEurope.xml > index/2.DeepEurope-index.js
echo "3.Network.xml -> 3.Network-index.js"
python index.py xml/3.Network.xml > index/3.Network-index.js
echo "4.net.art.xml -> 4.net.art-index.js"
python index.py xml/4.net.art.xml > index/4.net.art-index.js
echo "5.Netzkritik.xml -> 5.Netzkritik-index.js"
python index.py xml/5.Netzkritik.xml > index/5.Netzkritik-index.js
echo "6.FLOSS.xml -> 6.FLOSS-index.js"
python index.py xml/6.FLOSS.xml > index/6.FLOSS-index.js
echo "7.Critique_Art_Politics.xml -> 7.Critique_Art_Politics-index.js"
python index.py xml/7.Critique_Art_Politics.xml > index/7.Critique_Art_Politics-index.js
echo "8.TacticalMedia.xml -> 8.TacticalMedia-index.js"
python index.py xml/8.TacticalMedia.xml > index/8.TacticalMedia-index.js
echo "9.List_talking_to_List.xml -> 9.List_talking_to_List-index.js"
python index.py xml/9.List_talking_to_List.xml > index/9.List_talking_to_List-index.js
echo "10.Cyberfeminism.xml -> 10.Cyberfeminism-index.js"
python index.py xml/10.Cyberfeminism.xml > index/10.Cyberfeminism-index.js
echo "11.CODE.xml -> 11.CODE-index.js"
python index.py xml/11.CODE.xml > index/11.CODE-index.js
echo "13.Post-digital.xml -> 13.Post-digital-index.js"
python index.py xml/13.Post-digital.xml > index/13.Post-digital-index.js
echo "14.MANIFESTO.xml -> 14.MANIFESTO-index.js"
python index.py xml/14.MANIFESTO.xml > index/14.MANIFESTO-index.js
echo "15.LutherBlissett.xml -> 15.LutherBlissett-index.js"
python index.py xml/15.LutherBlissett.xml > index/15.LutherBlissett-index.js
echo "16.NN.xml -> 16.NN-index.js"
python index.py xml/16.NN.xml > index/16.NN-index.js
echo "17.Interviews.xml -> 17.Interviews-index.js"
python index.py xml/17.Interviews.xml > index/17.Interviews-index.js