Created
November 11, 2017 03:11
-
-
Save rickhull/e0be1533a431a2418c76a4c371c788a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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