1#!/bin/sh
2for header in glcorearb.h glext.h gl.h ; do
3    ./genglvnd.py -registry drafts/GL/gl.xml drafts/GL/$header
4done
5