#!/bin/sh

cd `dirname $0`

export SCRIPTDIR=$PWD
export BUILDDIR=$PWD/build

gdb --args $BUILDDIR/bin/kst "$@"
