Artifact 64ce489f3b4fd47728d04de6333473e44fabec7e:
- Executable file bin/sleeprunner — part of check-in [827994d606] at 2015-06-11 00:17:34 on branch v1.60 — Improved utilization on openlava (user: matt, size: 142) [annotate] [blame] [check-ins using] [more...]
#!/bin/bash if [[ $SLEEPRUNNER == "" ]];then SLEEPRUNNER=0 fi echo "nbfake $@ &> /dev/null" | at now + $SLEEPRUNNER minutes &> /dev/null