On 19.02.2007, at 21:33, Charilaos Skiadas wrote:
To return to the question at hand ;) Oliver, try this also:
#!/bin/sh ls
/tmp/temp_textmate.4bZc1d: line 2: ls: command not found
And select and run via ^R.
Though to skip the bash_init.sh, one will need to use a shebang, for example select the following two lines and press ⌃R (to get the PATH without the bash_init.sh stuff):
#!/bin/sh echo "$PATH"
/usr/local/teTeX/bin/powerpc-apple-darwin-current/
Haris
Oliver