Skip to content

Instantly share code, notes, and snippets.

@jepio
Created May 9, 2014 18:22
Show Gist options
  • Save jepio/087c5f32e8992dc8d770 to your computer and use it in GitHub Desktop.
Save jepio/087c5f32e8992dc8d770 to your computer and use it in GitHub Desktop.
Turns skippy-xd on and off. Bind to a keyboard shortcut for quick execution.
#!/usr/bin/env bash
ps -C skippy-xd &> /dev/null && pkill skippy-xd || skippy-xd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment