老外做的Win/Linux都可以运行的二进制程序

10天前无聊去stackoverflow问了下有没有可能做一个Linux/Windows兼容的二进制程序,结果真有老外写出来了

Linux下:

$ wget http://est.im/downloads/com-elf.com
$ chmod 755 com-elf.com
$ ./com-elf.com
Hello World (Linux).

Windows下双击运行:

很强大。。

Comments