Project

General

Profile

Download (72 Bytes) Statistics
| Branch: | Revision:
#!/bin/sh

QUEUE=$1

qshape "${QUEUE}" | grep TOTAL | awk '{print $2}'

(8-8/8)