Skip to content

Instantly share code, notes, and snippets.

@pvgomes
Created December 21, 2020 19:56
Show Gist options
  • Save pvgomes/364a45e69263d74d068692bd45329488 to your computer and use it in GitHub Desktop.
Save pvgomes/364a45e69263d74d068692bd45329488 to your computer and use it in GitHub Desktop.
CSGO mac optimization
sudo renice -20 -p `ps aux | grep csgo_osx | grep -v grep | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment