Comment on Scriptisto: "Shebang interpreter" that enables writing scripts in compiled langsparentComments−Crestwave2yThis is probably meant for tiny script-like programs rather than multiple dependent source files. E.g., I've seen standalone C programs with `#!/usr/bin/tcc -run` shebangs before.
Comments
This is probably meant for tiny script-like programs rather than multiple dependent source files. E.g., I've seen standalone C programs with `#!/usr/bin/tcc -run` shebangs before.