summaryrefslogtreecommitdiff
path: root/debian/gdbtui
blob: ec42c0ab13d4e7d019bbf873bbdcfe613dc25d6e (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

prog=$(basename $0 tui)

dir=$(dirname $0)
if [ "$dir" != "." ]; then
   prog=$dir/$prog
fi

exec $prog --tui "$@"