#!/bin/ksh
#<gfiles: show me what files are in git.
exec git ls-files
exit 1
