mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2025-02-16 13:08:23 +00:00
fix styling
This commit is contained in:
parent
5e8aa86062
commit
f7850ce5c4
1 changed files with 1 additions and 0 deletions
|
@ -1109,6 +1109,7 @@ date +'%d-%b-%Y-%H:%M:%S'
|
|||
```
|
||||
|
||||
##### wait for random duration (e.g. sleep 1-5 second, like adding a jitter)
|
||||
```bash
|
||||
sleep $[ ( $RANDOM % 5 ) + 1 ]
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue