#!/bin/sh
# Squeakvm wrapper to load Scratch image.
#------------------------------------------------------------

/usr/bin/squeak \
-plugins /usr/lib/squeak/3.10-5/ \
-vm-sound-ALSA \
/usr/share/Scratch/Scratch.image "${@}"


