7 lines
150 B
Bash
Executable File
7 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Content-Type: text/plain"
|
|
echo ""
|
|
|
|
asterisk -x 'queue show auction' | sed -n 's/^.*prio: \(.*\))$/Aktuelles Gebot: \1/p' | head -n 1
|