]> 4ch.mooo.com Git - 16.git/blob - src/util/shbat/qwolf.sh
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[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