summaryrefslogtreecommitdiff
path: root/com/unchecked
diff options
context:
space:
mode:
Diffstat (limited to 'com/unchecked')
-rwxr-xr-xcom/unchecked10
1 files changed, 10 insertions, 0 deletions
diff --git a/com/unchecked b/com/unchecked
new file mode 100755
index 0000000..b80d166
--- /dev/null
+++ b/com/unchecked
@@ -0,0 +1,10 @@
+#!/bin/csh
+#
+#
+# identify unchecked-in source files
+#
+
+cd $Y2
+foreach i (*/*.scm)
+ if !(-e $i:h/RCS/$i:t,v) ls -l $i
+end