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