#!/bin/sh
TCLLIBPATH=/usr/lib/transcriber; export TCLLIBPATH
exec wish /usr/lib/transcriber/tcl/Main.tcl -- ${1:+"$@"} &
