Files
Diddy-Kong-Racing/find_sym.sh
T
2020-08-04 19:38:58 -05:00

13 lines
230 B
Bash
Executable File

#!/bin/bash
shopt -s globstar
if [ "$#" -ne "1" ];
then
echo "usage: $0 name"
exit 1
fi
#echo "Replace $1 with $2?"
#read
grep -r "$1" asm/**/*.s src/**/*.c lib/**/*.{c,s} include/*.h data/dkr.data.s undefined_syms.txt