summaryrefslogtreecommitdiff
path: root/gtk2_ardour/arrr-replay
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/arrr-replay')
-rwxr-xr-xgtk2_ardour/arrr-replay10
1 files changed, 10 insertions, 0 deletions
diff --git a/gtk2_ardour/arrr-replay b/gtk2_ardour/arrr-replay
new file mode 100755
index 0000000000..9a1e28fe53
--- /dev/null
+++ b/gtk2_ardour/arrr-replay
@@ -0,0 +1,10 @@
+#!/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 "$@"