what do you think about modifiying the wrapper script pharo.sh (OneClick edition) slightly in order to alleviate scripting: a) pharo.sh: passing "$@" over to pharo: ... exec "$BASE/pharo" \ ... ... "$ROOT/Contents/Resources/pharo.image" \ "$@" b) making a second script, pharo-headless.sh: ... exec "$BASE/pharo" \ -headless \ ... ... "$ROOT/Contents/Resources/pharo.image" \ "$@" Test: pharo-headless anyScript.st And another Question: is there a better way of forcing "pharo -headless" to quit, better than writing "WorldState quitSession." in every script ? -- View this message in context: http://forum.world.st/pharo-wrapper-script-suggestion-and-a-question-tp40993... Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.