Shell snippet

It's possible to work with a Bash shell. For example, listing the contents of the image directory works like this:

The snippet can contain multiple commands, too. Like this:

Furthermore, it is also possible to

For example, say we have a Pharo snippet that initializes a string variable:

directoryName := 'pharo-local'
  

Now, we can use that variable in a shell script: