1#!/bin/sh 2for xml in gl egl; do 3 PYTHONDONTWRITEBYTECODE=1 python src/gen_dispatch.py \ 4 --srcdir $PWD/prebuilt-intermediates/src \ 5 --includedir $PWD/prebuilt-intermediates/include/epoxy \ 6 registry/$xml.xml 7done 8