Paul Davis
4aac8ae0e5
git-svn-id: svn://localhost/ardour2/trunk@1274 d708f5d6-7413-0410-9779-e7cbd77b26cf
5 lines
76 B
Bash
Executable File
5 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
dir=`dirname "$0"`
|
|
. $dir/ardev_common.sh
|
|
exec gdb $EXECUTABLE $*
|