fix remapping behavior. Remapping is only necessary if we are rendering on the workbe...
[AROS-Contrib.git] / gfx / XaoS / update
blob8173ba8b2b7cfe9fa6295de9301c3a712af82845
1 # shell script for updating XaoS example files to latest file format.
2 # Not for normal use
3 # Requires XaoS compiled with aa driver
5 mkdir new
6 mkdir new/examples
7 rm fract0.xpf
8 for name in examples/*.xpf
9 do
10   echo "zs2qq" | bin/xaos -driver aa -aadriver stdout -kbddriver stdin -load $name -nomouse
11   mv fract0.xpf new/$name
12 done