Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
Pentium44
/
MTSM
Watch
1
Star
0
Fork
0
Files
Issues
1
Pull Requests
0
Wiki
Tree:
0c577775b8
Branches
Tags
master
MTSM
/
setcpulimit
setcpulimit
94 B
History
Raw
1
2
3
4
5
6
7
#!/bin/sh
BOOTSLEEPTIME=120
sleep $BOOTSLEEPTIME
cpulimit --pid $1 --limit $2 > /dev/null &