summaryrefslogtreecommitdiff
path: root/gtk2_ardour/arrr-replay
blob: 9a1e28fe53c7c213c976681414b49cfa243a2e93 (plain)
1
2
3
4
5
6
7
8
9
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 "$@"