#!/bin/sh

cd /usr/share/stk
echo STK Demo Application
wish < /usr/share/stk/tcl/Demo.tcl | stk-demo Clarinet -or -ip
cd -

