pennmush/utils/cscope.sh
allthecoolkidshaveone 3d7f050716 Add convenience script for running cscope.
git-svn-id: https://pennmush.googlecode.com/svn/trunk@453 ba372814-4f39-11de-9ad6-1127a62b9fcd
2010-04-15 08:26:36 +00:00

6 lines
134 B
Bash
Executable file

#!/bin/sh
# Wrapper script for running cscope.
# From the root pennmush directory: utils/cscope.sh
exec cscope *.h hdrs/*.h src/*.c