]> 4ch.mooo.com Git - 16.git/blobdiff - 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
diff --git a/src/util/shbat/qcata.sh b/src/util/shbat/qcata.sh
new file mode 100755 (executable)
index 0000000..1170d3c
--- /dev/null
@@ -0,0 +1,11 @@
+#! /bin/bash
+dir1="16/Catacomb3D"
+dir2="16/CatacombApocalypse"
+. ./src/util/qhead.sh $0
+echo ====      $dir1   ====
+grep "$1" "$dir1"/*.C
+grep "$1" "$dir1"/*.H
+echo ====      $dir2   ====
+grep "$1" "$dir2"/*.C
+grep "$1" "$dir2"/*.H
+. ./src/util/qfoot.sh $0