Hi list,

Is there a way to issue commands to an image via pharo-vm-nox on a headless server and not have it stop immediately after running them?


This keeps the image running, but the command is not sent to it:

pharo-vm-nox StarUOCs.image --no-quit eval "Transcript show: 'hi'"

This is working, but the image quits after the command is run:

pharo-vm-nox StarUOCs.image eval "Transcript show: 'hi'"


Thanks!
Bernat.

--
Bernat Romagosa.