View Single Post
Old 12-21-2008, 08:33 AM   #2
-Thomas-
Addict
-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.-Thomas- once ate a cherry pie in a record 7 seconds.
 
-Thomas-'s Avatar
 
Posts: 325
Karma: 1725
Join Date: Dec 2007
Location: Münster, Germany
Device: iRex iLiad v2
Hmm, haven't tried something like this yet, but maybe you can create a pipe and send your program output in there?
  • Connect to your iLiad over SSH (dropbear)
  • mkfifo /tmp/fifo
  • Send the output of your program to the pipe (e.g. in your run.sh script)
  • do a "cat /tmp/fifo" on your ssh connection
-Thomas- is offline   Reply With Quote