mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
fix header
This commit is contained in:
parent
e1a3a2a25d
commit
8cdf69d5c5
@ -1108,7 +1108,7 @@ date +'%d-%b-%Y-%H:%M:%S'
|
|||||||
#10-Apr-2020-21:54:40
|
#10-Apr-2020-21:54:40
|
||||||
```
|
```
|
||||||
|
|
||||||
# wait for random duration (e.g. sleep 1-5 second, like adding a jitter)
|
##### wait for random duration (e.g. sleep 1-5 second, like adding a jitter)
|
||||||
sleep $[ ( $RANDOM % 5 ) + 1 ]
|
sleep $[ ( $RANDOM % 5 ) + 1 ]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user