I can't imagine any one actually working in the real world even caring about
any of this. I joined this mailing list a couple of days ago. I thought it
would be interesting ... but this ... it's just painful.
On 4 Apr 2013, at 10:45 PM, Christopher Faylor wrote:
> On Fri, Apr 05, 2013 at 0
this script works:
#! /bin/bash
tclsh << SCRIPT
puts "hello world"
SCRIPT
while this script fails:
#! /bin/bash
tclsh << SCRIPT
puts "hello world"
SCRIPT
with the error:
$ ./embeddedTcl.sh
./embeddedTcl.sh: line 5: warning: here-document at line 3 delimited by
end-of-file (wanted `DE
2 matches
Mail list logo