Make game data converter more resilient. Do not require downloads file and fall back...
[ouya-game-data.git] / bin / all-convert.sh
1 #!/bin/sh
2 set -e
3 for i in `cat old-data/pkg-download.list`; do
4     echo $i
5     ./bin/convert-single.sh "$i"
6 done