Skip to content

Instantly share code, notes, and snippets.

@gnanet
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnanet/5b9fe351af32076d470d to your computer and use it in GitHub Desktop.
Save gnanet/5b9fe351af32076d470d to your computer and use it in GitHub Desktop.
Pause and Continue adobe flash game in linux
#Pause
#pgrep -f libflashplayer.so | xargs -n1 kill -STOP
#Continue
#pgrep -f libflashplayer.so | xargs -n1 kill -CONT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment