mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
commandline session utilities
This commit is contained in:
parent
f05afd973b
commit
b228c11311
10 changed files with 625 additions and 0 deletions
6
session_utils/run
Executable file
6
session_utils/run
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
TOP=`dirname "$0"`/..
|
||||
. "$TOP/build/gtk2_ardour/ardev_common_waf.sh"
|
||||
SELF=$1
|
||||
shift
|
||||
exec "$TOP/build/session_utils/$SELF" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue