mirror of
https://github.com/ENSL/ensl_hlds.git
synced 2024-11-10 07:11:38 +00:00
5 lines
91 B
Bash
5 lines
91 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sudo taskset -a -p -c 1 `pgrep hlds_linux`
|
||
|
sudo renice -19 `pgrep hlds_linux`
|