mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-07-13 08:19:56 +02:00
fix styling
This commit is contained in:
@ -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)
|
##### wait for random duration (e.g. sleep 1-5 second, like adding a jitter)
|
||||||
|
```bash
|
||||||
sleep $[ ( $RANDOM % 5 ) + 1 ]
|
sleep $[ ( $RANDOM % 5 ) + 1 ]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user