Advertisement
pilasguru

stress CPU bash command

May 5th, 2025
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. # 4 background processes  
  2. for i in {1..4}; do while :; do echo $((13**99)) > /dev/null; done & done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement