카테고리 없음
bash random sleep
een
2020. 4. 2. 14:08
SLEEPTIME=$((RANDOM % 1000))
echo " sleep $SLEEPTIME secs ... "
sleep $SLEEPTIME;