diff --git a/build-md-image.sh b/build-md-image.sh index 75e313f..0aa6c22 100755 --- a/build-md-image.sh +++ b/build-md-image.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash curl https://get.pharo.org/64/100+vm | bash -./pharo Pharo.image eval --save ./Microdown-Agenda/load-md-agenda.st +./pharo Pharo.image eval --save --quit ./Microdown-Agenda/load-md-agenda.st \ No newline at end of file