mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
5 lines
114 B
Text
5 lines
114 B
Text
|
|
#!/bin/sh
|
||
|
|
TOP=`dirname "$0"`/..
|
||
|
|
. $TOP/build/gtk2_ardour/ardev_common_waf.sh
|
||
|
|
exec $TOP/build/cfgtool/cfgtool "$@"
|