#!/bin/sh
find . -name '*.[ch]' -exec chmod 644 {} \;
