- Timestamp:
- 06/20/04 13:18:50 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/waitprinter.sh
r1549 r1555 32 32 33 33 # In any case, wait until the printer is idle again. 34 until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i -e "idle" -e "other" >/dev/null ; do34 until snmpget -v1 -c public -Ov $1 HOST-RESOURCES-MIB::hrPrinterStatus.1 | grep -i "idle" >/dev/null ; do 35 35 sleep 1 ; 36 36 done