Skip to content

Instantly share code, notes, and snippets.

@igalic
Last active October 24, 2018 06:49
Show Gist options
  • Save igalic/8bef7719409f31f9450d to your computer and use it in GitHub Desktop.
Save igalic/8bef7719409f31f9450d to your computer and use it in GitHub Desktop.
function pausejs
pkill -STOP -f firefox
pkill -STOP -f chromium-browser
end
function unpausejs
pkill -CONT -f firefox
pkill -CONT -f chromium-browser
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment