A better shebang
yugr opened this issue · 1 comments
yugr commented
A better "shebang" would be
///bin/true; /usr/bin/c "$0" "$*"; exit $?
as it would keep file compileable with normal gcc
invocation. See example of this here (also discussion on StackOverflow).
andy5995 commented
A better "shebang" would be
Agreed. I just tried it and it works.