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

/usr/lib64/scratch/App/scratch_squeak_vm \
-plugins /usr/lib64/scratch/Plugins \
-vm-sound-pulse \
/usr/lib64/scratch/Scratch.image "${@}"


