<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 04/17/2013 03:36 PM, Scott Plante
wrote:<br>
</div>
<blockquote
cite="mid:362490885.2420.1366227399582.JavaMail.root@insightsys.com"
type="cite">
<div><font face="Helvetica, Arial, sans-serif">Usually you'll want
to put this as the first line of your script:</font></div>
<div><font face="Helvetica, Arial, sans-serif">#!/bin/bash</font></div>
<div><font face="Helvetica, Arial, sans-serif">But it's not
strictly necessary. It comes into play usually when you're in
one shell and the script is written for another, but it's a
good habit to get into.</font></div>
</blockquote>
Definitely; if you forget that in a Python script you have very
strange issues (there is a command called "import" that takes a
screenshot, and "import" is often one of the first words in a Python
script).<br>
<br>
— Mike<br>
</body>
</html>