Skip to content

Instantly share code, notes, and snippets.

@vectorsize
Created November 2, 2016 10:59
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 vectorsize/db4b305ae0421d3bce2329ecf8a95993 to your computer and use it in GitHub Desktop.
Save vectorsize/db4b305ae0421d3bce2329ecf8a95993 to your computer and use it in GitHub Desktop.
pepper="~/Library/Application Support/Google/Chrome/PepperFlash"
version=$(ls -t ~/Library/Application\ Support/Google/Chrome/PepperFlash)
open -n -a "Chromium" --args --ppapi-flash-path="$pepper/$version/PepperFlashPlayer.plugin" --ppapi-flash-version=$version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment