summaryrefslogtreecommitdiff
path: root/com/unchecked
blob: b80d16639f662289ebd8ccb02342122a564d1601 (about) (plain)
1
2
3
4
5
6
7
8
9
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