mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-17 07:57:43 +02:00
bash: Correct mistakes at $RANDOM (#1147)
- using `=` just throws an error! - `200` limits the result to 200 possible numbers starting with 0! so the maximum is 199. - added `$` straight before `RANDOM` to be on the safe side.
This commit is contained in:
parent
692375e0fc
commit
8747708136