ensl_hlds/scripts/renice.sh

5 lines
91 B
Bash
Raw Normal View History

#!/bin/bash
sudo taskset -a -p -c 1 `pgrep hlds_linux`
sudo renice -19 `pgrep hlds_linux`