#!/bin/sh
# The next line is a comment in Tcl, but not sh \
    TCL_LIBRARY='PWD/op-wish/lib/tcl' TK_LIBRARY='PWD/op-wish/lib/tk' ; export TCL_LIBRARY TK_LIBRARY ; exec 'PWD/op-wish/op-wish' -f "$0" ${1+"$@"}
