Add scripts to show current bid

This commit is contained in:
Your Name
2021-12-25 23:50:30 +00:00
parent 90fa2664a0
commit 4c58712074
2 changed files with 9 additions and 0 deletions

6
show-bid.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
echo "Content-Type: text/plain"
echo ""
asterisk -x 'queue show auction' | sed -n 's/^.*prio: \(.*\))$/Aktuelles Gebot: \1/p' | head