<?xml version="1.0" encoding='utf-8'?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card id="card1" title="Shebang (Unix) - Page 3 - Wikipedia">
<p>
<a accesskey="1" href="page.php?w=shebang_(Unix)&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=shebang_%28Unix%29&amp;p=4">3.Next</a>
</p>
<p>named with the path path/to/script, and it starts with the line <code>#!/bin/sh</code>, then the program loader is instructed to run the program /bin/sh, passing path/to/script as the first argument.</p>

<p>The shebang line is usually ignored by the interpreter, because the "#" character is a <a href="page.php?w=Comment_%28computer_programming%29">comment</a> marker in many scripting languages; some language interpreters that do not use the hash mark to begin comments still may ignore the shebang line in recognition of its purpose.</p>

<p><big>Syntax</big></p><p>
<a accesskey="1" href="page.php?w=shebang_(Unix)&amp;p=2">1.Previous</a><br />
<a accesskey="3" href="page.php?w=shebang_%28Unix%29&amp;p=4">3.Next</a>
</p>

<do type="prev" label="Search">
        <go href="search.wml"/>
</do>

</card>
</wml>
