OSDN Git Service

some commiting to repositories is broken i need to see which one it is. this explain...
[proj16/16.git] / src / util / shbat / qwolf.sh
1 #! /bin/bash
2 dir1="16/wf3d8086"
3 dir2="16/wolf3d/WOLFSRC"
4 . ./src/util/qhead.sh $0
5 echo ====       $dir1   ====
6 grep "$1" "$dir1"/*.c
7 grep "$1" "$dir1"/*.h
8 grep "$1" "$dir1"/*.asm
9 echo ====       $dir2   ====
10 grep "$1" "$dir2"/*.C
11 grep "$1" "$dir2"/*.H
12 grep "$1" "$dir2"/*.ASM
13 . ./src/util/qfoot.sh $0