mubaris / yes

yes - Implementation of simple and dangerous yes command in various languages. :+1:
MIT License
86 stars 42 forks source link

Fix rust shebang rust->rustc #98

Closed anbenson closed 7 years ago

anbenson commented 7 years ago

I personally don't see much of a benefit to a rust shebang since if you make the file executable and try to use the shebang, it only compiles the code without running it. Nevertheless, this fix makes the shebang work.