]> Dogcows Code - chaz/yoink/blobdiff - cscope.make
repository cleanup
[chaz/yoink] / cscope.make
diff --git a/cscope.make b/cscope.make
deleted file mode 100755 (executable)
index 3349d6d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-current="$PWD"
-cd /
-find "$current" \
--iname "*.c"   -o \
--iname "*.h"   -o \
--iname "*.cc"  -o \
--iname "*.hh"  | sed '/ / s/^\(.*\)/"\1"/' >"$current/cscope.files"
-
-cd "$current"
-
-cscope -b -q
-
This page took 0.020549 seconds and 4 git commands to generate.