make 91 B

12345678
  1. #!/bin/sh
  2. while :; do
  3. echo 'Build...'
  4. gendoc docs/index.html libro.xml
  5. sleep 3
  6. done