David Robillard
25d1670a61
Removed some overly verbose debug printing git-svn-id: svn://localhost/ardour2/branches/midi@847 d708f5d6-7413-0410-9779-e7cbd77b26cf
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
source `dirname "$0"`/ardev_common.sh
|
|
exec gtk2_ardour/ardour.bin --novst "$*"
|