commit fcc8c871f167cc8739c6c2d82b89fdb9c07adba1 parent 4f975271acb7bbbaca84f4b52e557374a902737e Author: Dominik Schmidt <dominik@schm1dt.ch> Date: Mon, 28 Oct 2019 15:30:12 +0100 Illustrate args passing in manpage example Diffstat:
M | siproc.1 | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/siproc.1 b/siproc.1 @@ -163,7 +163,7 @@ export SIPROC_ID_URI='Max Muster <sip:max@sipproxy.com>' export SIPROC_REGISTRAR_URI='sip:sipproxy.com' mkfifo siproc_in -exec siproc ./handle.sh <siproc_in +exec siproc ./handle.sh message.wav <siproc_in .EE . .SS HANDLER @@ -184,7 +184,7 @@ while read line do case "$line" in "CONNECTED") - echo "PLAY message.wav" + echo "PLAY $1" ;; "STOPPED"*) echo "HANGUP"