mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 20:56:28 +01:00
6 lines
149 B
Text
6 lines
149 B
Text
if [ "$ADWIN" == "" ] ; then
|
|
echo "ADWIN is not defined!"
|
|
exit 0
|
|
fi
|
|
|
|
cmd "/C $ADWIN\\Tracks\\gtk2_ardour\\ardev.cmd $*" 2>&1 | tee $AD/arlog.txt
|