Native shebang: Difference between revisions

Content added Content deleted
(a segmentation fault from script_gcc.sh)
m (fix gramma)
Line 2: Line 2:
'''In short:''' Use the specimen language (native) for "scripting".
'''In short:''' Use the specimen language (native) for "scripting".


Example: If your language is "foo", then the test case of "echo.foo" run in a terminal as "<tt>./echo.foo Hello, world!"</tt>.
Example: If your language is "foo", then the test case of "echo.foo" runs in a terminal as "<tt>./echo.foo Hello, world!"</tt>.