Storyyeller / Krakatau

Java decompiler, assembler, and disassembler
GNU General Public License v3.0
1.95k stars 220 forks source link

Add shebang for directly running script on UNIX #49

Closed andrewcchen closed 9 years ago

Storyyeller commented 9 years ago

Wouldn't it be better to use Pypy?

andrewcchen commented 9 years ago

A lot of people (like me) don't have pypy installed. However, most people (on unix, since windows users are not going to use the shebang anyway) have cpython (the official implementation), since it often comes with the system.