Skip to content

Instantly share code, notes, and snippets.

@gxsoft
Created August 29, 2010 17:31
Show Gist options
  • Save gxsoft/556479 to your computer and use it in GitHub Desktop.
Save gxsoft/556479 to your computer and use it in GitHub Desktop.
Calling external program from Ruby
a) exec(ARGV.join('')
b) system(ARGV.join('')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment