#!/bin/bash

# readlink will "transform" the symlink into the real path:
real_path=$(readlink -f $0)
directory=$(dirname $real_path)
exec wish $directory/source/blipt.tcl $*
