#!/bin/sh
# Restart using wish.  Don't delete the backslash! \
exec wish "$0" -- "$@"

# Bs sure wish is in your $PATH!

#################################
# Sound Studio
# A Sound Sample Utility
# by Paul D. Sharpe
# A 3rd Year Project at the University of Leeds;
# Department of Electronic and Electrical Engineering.

# This is the Start-Up Script.
# Revision:1
# Date: 3/96

#################################
# The following globals are system specific
# Please set them as is applicable.


# I need the full path Where my files are;
set MYFILES /usr/lib/SoundStudio

# I need a directory to store my temporary files;
set TEMP_DIR /tmp

# Where do I find Sox?
set SOX_CMD [exec which sox]


##################################
# Please Leave the Rest to me.....
source $MYFILES/init.tk
