#!/bin/sh
# the next line restarts using wish \
exec wish8.3 "$0" "$@"

# Utility that open a file name in a running instance of WaveSurfer
# 
# Usage wsurf-remote soundFile
#

send wavesurfer "OpenFile $argv {}"

exit
