Changeset 1656 for pykota/trunk/bin
- Timestamp:
- 07/28/04 12:21:38 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/waitprinter.sh
r1655 r1656 27 27 28 28 # In any case, wait until the printer is idle again. 29 until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i "idle">/dev/null ; do29 until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i idle >/dev/null ; do 30 30 sleep 1 ; 31 31 done