Quote:
Originally Posted by Antartica
No, it's not doable with a shell command. You will have to set-up a intermediate script that does the dumping to a file and call that script with xepdmgr:
$ cat /dev/tty > myapp.sh
#!/bin/sh
exec ./myapp 2>&1 >out.msg
^D
$ chmod 755 myapp.sh
$ xepdmgr :0 ./myapp.sh
|
I followed the above instructions but xepdmgr said :"error launching child process".
The attached file contains scripts that I executed on iLiad.