mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
4 lines
87 B
Bash
Executable file
4 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
dir=`dirname "$0"`
|
|
. $dir/ardev_common.sh
|
|
exec gdb gtk2_ardour/ardour.bin $*
|