From 46649dfad99d799987fac89130111341be50fcb3 Mon Sep 17 00:00:00 2001 From: Bernhard Tittelbach Date: Mon, 16 May 2011 14:09:32 +0000 Subject: soxdtmftest variable duration git-svn-id: https://svn.spreadspace.org/mur.sat@23 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/tests/dtmf/soxdtmftest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'software') diff --git a/software/tests/dtmf/soxdtmftest.sh b/software/tests/dtmf/soxdtmftest.sh index 713d26b..5520c07 100755 --- a/software/tests/dtmf/soxdtmftest.sh +++ b/software/tests/dtmf/soxdtmftest.sh @@ -29,7 +29,7 @@ # along with mur.sat. If not, see . # -DURATION=5 +typeset -i DURATION=${1:-5} CMD="play -n synth $DURATION" while true; do read -k 1 DIGIT -- cgit v1.2.3