mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +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 $*
|