summaryrefslogtreecommitdiffstats
path: root/funtools/funtest/funchecks
blob: 44c5d7b9a7c6e331f54fc9d4aa998a4407ad67bc (plain)
1
2
3
4
5
6
#!/bin/sh

for file in foo.[in][cdpt]*
do
  funcheck $file
done