grabber.sh 43 B

123456
  1. #!/bin/sh
  2. for i in *.c; do
  3. echo $i
  4. done