Skip to content

Instantly share code, notes, and snippets.

@Kumassy
Created May 30, 2016 06:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kumassy/4a7e183460c0d7a0c490d31a0f178e32 to your computer and use it in GitHub Desktop.
Save Kumassy/4a7e183460c0d7a0c490d31a0f178e32 to your computer and use it in GitHub Desktop.
Pro-1 builder
Dir.entries(".").each do |e|
if( md = e.match(/assignment_\d{2}-(.+)\.c/) )
`gcc #{md[0]} -o #{md[1]}`
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment