mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
A few ardev and ardbg enhancements. git-svn-id: svn://localhost/ardour2/branches/undo@800 d708f5d6-7413-0410-9779-e7cbd77b26cf
4 lines
84 B
Bash
Executable file
4 lines
84 B
Bash
Executable file
#!/bin/sh
|
|
dir=`dirname "$0"`
|
|
source ardev_common.sh
|
|
exec $dir/ardour.bin --novst $*
|