mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
6 lines
136 B
Bash
Executable file
6 lines
136 B
Bash
Executable file
#!/bin/sh
|
|
TOP=`dirname "$0"`/..
|
|
. "$TOP/build/gtk2_ardour/ardev_common_waf.sh"
|
|
SELF=$1
|
|
shift
|
|
exec "$TOP/build/session_utils/$SELF" "$@"
|