mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
4 lines
120 B
Bash
Executable file
4 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
. `dirname "$0"`/../build/headless/hardev_common_waf.sh
|
|
export UBUNTU_MENUPROXY=""
|
|
exec $TOP/$EXECUTABLE "$@"
|