]> 4ch.mooo.com Git - 16.git/blob - src/util/shbat/qcata.sh
seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd...
[16.git] / src / util / shbat / qcata.sh
1 #! /bin/bash
2 dir1="16/Catacomb3D"
3 dir2="16/CatacombApocalypse"
4 . ./src/util/qhead.sh $0
5 echo ====       $dir1   ====
6 grep "$1" "$dir1"/*.C
7 grep "$1" "$dir1"/*.H
8 echo ====       $dir2   ====
9 grep "$1" "$dir2"/*.C
10 grep "$1" "$dir2"/*.H
11 . ./src/util/qfoot.sh $0