#!/usr/bin/env sh

cd /usr/include
find . -name '*.h' -print | xargs h2ph

