Name the script something.sh
and write ./something.sh
inside it. This is a infinite loop that takes up all the cores of cpu instead of just one like the traditional loops do. It will cause the computer stop resonponding till it lost power.
Now I wonder I to solve this problem.
2017/2/6
Update: Just use ulimit
…