example.sh 80 B

1234567
  1. #!/bin/sh
  2. for i in examples/*.scm; do
  3. echo $i
  4. guile "$i" "$i.png"
  5. done