ardour/gtk2_ardour/arrr-replay
2017-01-21 23:10:33 +01:00

10 lines
190 B
Bash
Executable file

#!/bin/sh
TOP=`dirname "$0"`/..
. $TOP/build/gtk2_ardour/ardev_common_waf.sh
export ARDOUR_INSIDE_GDB=1
if test -z "`which rr`"; then
echo "rr was not found."
exit
fi
exec rr replay "$@"