also I tried this��
$ bash blender.sh
Opening Blender ...
blender.sh: line 2: cd: /Users/kilon/Library/Application Support/Pharo/images/Ephestos 28-10-2014/blender-build/build_darwin/bin/blender.app/Contents/macos: No such file or directory
The file /Users/kilon/blender does not exist.
Closed Blender.
so it seems that even using the bash command does not work because it appends the path of the pharo image instead of the path of the current directory as it should. Because if I do
which is the correct path that I always execute my script from.��