Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
Pentium44
/
MTSM
Segui
1
Vota
0
Forka
0
File
Problemi
1
Pull Requests
0
Wiki
Albero (Tree):
0c577775b8
Rami (Branch)
Tag
master
MTSM
/
setcpulimit
setcpulimit
94 B
Cronologia
Originale
1
2
3
4
5
6
7
#!/bin/sh
BOOTSLEEPTIME=120
sleep $BOOTSLEEPTIME
cpulimit --pid $1 --limit $2 > /dev/null &