2016-11-28 12:13 GMT+01:00 Dimitris Chloupis <kilon.alios@gmail.com>:How to execute a script from command line , then save the image and exit ?I use the st command but it offers either --save which saves but keeps image opened or --exit the exits the image without saving./pharo Ephestos.image st --save ��test.stUse an option like -vm-display-null with -save. There is also a --nodisplay option.Thierry��