Skip to content

Instantly share code, notes, and snippets.

@yihyang
Created November 16, 2015 16:40
Show Gist options
  • Save yihyang/621a81f0bcf5758fccfa to your computer and use it in GitHub Desktop.
Save yihyang/621a81f0bcf5758fccfa to your computer and use it in GitHub Desktop.
# for loop to process fop
for f in examples/fo/basic/*.fo; do ./fop $f ${f%%.fo}.pdf; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment