mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 22:25:46 +01:00
3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
. `dirname "$0"`/ardev_common.sh
|
|
exec gtk2_ardour/ardour.bin --novst $*
|