Ich antworte mir mal selbst:

Die Lösung ist:

/home/test.sh | telnet

test.sh:

Code:
--------------------
    
  #!/bin/sh
  host=192.168.178.33
  port=9090
  # login=
  # passwd=
  cmd="mixer treble -5"
  mac="11:4a:2f:91:1a:34"
  
  echo open ${host} ${port}
  sleep 1
  echo ${mac} ${cmd}
  sleep 1
  echo exit
  
--------------------


war nur ein "Formfehler" meinerseits. 


Gruß Volker


-- 
vlamers
------------------------------------------------------------------------
vlamers's Profile: http://forums.slimdevices.com/member.php?userid=40920
View this thread: http://forums.slimdevices.com/showthread.php?t=82641

_______________________________________________
slimserver-de mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/slimserver-de

Antwort per Email an