mirror of
https://github.com/pennmush/pennmush
synced 2026-08-12 22:23:05 -04:00
git-svn-id: https://pennmush.googlecode.com/svn/trunk@453 ba372814-4f39-11de-9ad6-1127a62b9fcd
6 lines
134 B
Bash
Executable file
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
|