#!/bin/sh
# Generate the ``tags`` file.
# See <www.opengroup.org/onlinepubs/009695399/utilities/ctags.html>.
exec ctags $(find -name '*.[chy]')
