]> 4ch.mooo.com Git - 16.git/blobdiff - qwolf.sh
p16 is being worked on a bunch by me wwww [16_ca needs huge amounts of work and I...
[16.git] / qwolf.sh
diff --git a/qwolf.sh b/qwolf.sh
new file mode 100755 (executable)
index 0000000..d900d48
--- /dev/null
+++ b/qwolf.sh
@@ -0,0 +1,11 @@
+#! /bin/bash
+dir1="16/wf3d8086"
+dir2="16/wolf3d/WOLFSRC"
+. ./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