summaryrefslogtreecommitdiffstats
path: root/test cases/common/48 file grabber/grabber.sh
blob: 5e8f4b9475bf7a44e4a1ca3c3fc79892ea5aef5b (plain)
1
2
3
4
5
#!/bin/sh

for i in *.c; do
  echo $i
done