Ethan Grammatikidis writes:
> On 11 Apr 2011, at 2:51 pm, David Leimbach wrote:
>
>> I posted some on the wiki about how I got the guruplug working for
>> me...
>
> How do you find things on the wiki? I came across this today. My first
> thought was to look in the other_hardware page where I foun
Hi, all,
This seems like black magic to me. I've wrote this small example to
try to understand a problem with a bigger script.
#!/usr/bin/env rc
if (test 1 -ne 1) {
echo I am insane.
}
if not {
echo I am not insane.
}
Obviously, when I run it, I get:
I a
On 24 Apr 2011, at 5:48 am, smi...@zenzebra.mv.com wrote:
Ethan Grammatikidis writes:
On 11 Apr 2011, at 2:51 pm, David Leimbach wrote:
I posted some on the wiki about how I got the guruplug working for
me...
How do you find things on the wiki? I came across this today. My
first
thoug
I am unable to reproduce your result on OSX (p9p at tip):
$ echo Hi | dial -e 'tcp!localhost!8080'
I am not insane.
$
are you sure your listen1 isn't running an older version of the script?