Native shebang: Difference between revisions

Content deleted Content added
→‎{{header|C}}: add {{header|UNIX_shell}}
Line 22:
'''File: script_gcc.c'''
<lang c>#!/usr/local/bin/script_gcc.sh
/* Optional: this C code initially is-being/can-be boot strapped (compiled) using bash script_gcc.sh */
#include <errno.h>
#include <libgen.h>
Line 31 ⟶ 32:
#include <unistd.h>
 
/* the actual shebang for C targetstarget scripts is:
#!/usr/local/bin/script_gcc.c
*/