Skip to content

Instantly share code, notes, and snippets.

@L8D
Last active January 3, 2016 13:19
Show Gist options
  • Select an option

  • Save L8D/8468459 to your computer and use it in GitHub Desktop.

Select an option

Save L8D/8468459 to your computer and use it in GitHub Desktop.
Script to compose optimize.hs, compile.hs and GCC.
#!/usr/bin/env bash
cat $1 | ./compile | gcc --std=c99 -x c -o $2 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment