mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-15 16:50:01 -05:00
Remove cgrep.sh and hgrep.sh
Will be added in another PR.
This commit is contained in:
parent
8a323538cf
commit
71d26549e6
10
cgrep.sh
10
cgrep.sh
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
# $1: phrase to find
|
||||
|
||||
if [ "$2" == "" ]; then
|
||||
grep_flags="-wr"
|
||||
else
|
||||
grep_flags="$2"
|
||||
fi
|
||||
|
||||
grep "$1" "$grep_flags" --include="*.c" --include="*.h" --include="*.s" --include="*.inc" --include="*.txt" --exclude-dir=".git" --exclude-dir=".travis" --exclude-dir="build" --exclude-dir="common_syms" --exclude-dir="data" --exclude-dir="graphics" --exclude-dir="sound" --exclude-dir="tools" --exclude-dir="berry_fix/build" --exclude-dir="berry_fix/payload/build"
|
||||
10
hgrep.sh
10
hgrep.sh
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/bash
|
||||
# $1: phrase to find
|
||||
|
||||
if [ "$2" == "" ]; then
|
||||
grep_flags="-wr"
|
||||
else
|
||||
grep_flags="$2"
|
||||
fi
|
||||
|
||||
grep "$1" "$grep_flags" --include="*.h" --include="*.s" --include="*.inc" --include="*.txt" --exclude-dir=".git" --exclude-dir=".travis" --exclude-dir="build" --exclude-dir="common_syms" --exclude-dir="data" --exclude-dir="graphics" --exclude-dir="sound" --exclude-dir="tools" --exclude-dir="berry_fix/build" --exclude-dir="berry_fix/payload/build"
|
||||
Loading…
Reference in New Issue
Block a user