Stephan Kuhagen wrote:

>> #!/bin/sh
>> """exec" python "$0" "$@"""
> 
> Wow, cool... I like that!

yeah, but...

$ cat test.py
#!/bin/sh
"""exec" python "$0" "$@"""

print "Hello, world"
$ file test.py
test.py: Bourne shell script text executable

-- 
Under construction
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to