Skip to content

Instantly share code, notes, and snippets.

@rickhull
Created November 11, 2017 03:11
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 rickhull/e0be1533a431a2418c76a4c371c788a7 to your computer and use it in GitHub Desktop.
Save rickhull/e0be1533a431a2418c76a4c371c788a7 to your computer and use it in GitHub Desktop.
vagrant@contrib-jessie:~/git/mruby-tools (master)$ ./util.rb hello_world.rb goodbye_world.rb -o myprog
compiling...
created binary executable: myprog
vagrant@contrib-jessie:~/git/mruby-tools (master)$ file myprog
myprog: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=bb9af8c7a3aaedcb51da5b6aca8e0ba68d1f27f2, not stripped
vagrant@contrib-jessie:~/git/mruby-tools (master)$ ./myprog
hello_world
goodbye_world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment