Prepare central engine check and user notification
[ardour.git] / gtk2_ardour / arrr-replay
1 #!/bin/sh
2
3 TOP=`dirname "$0"`/..
4 . $TOP/build/gtk2_ardour/ardev_common_waf.sh
5 export ARDOUR_INSIDE_GDB=1
6 if test -z "`which rr`"; then
7         echo "rr was not found."
8         exit
9 fi
10 exec rr replay "$@"