ardour/session_utils/run

7 lines
136 B
Plaintext
Raw Permalink Normal View History

2015-12-15 18:25:07 -05:00
#!/bin/sh
TOP=`dirname "$0"`/..
. "$TOP/build/gtk2_ardour/ardev_common_waf.sh"
SELF=$1
shift
exec "$TOP/build/session_utils/$SELF" "$@"