Skip to content

Instantly share code, notes, and snippets.

@LucaLanziani
Created June 14, 2014 11:24
Show Gist options
  • Save LucaLanziani/f3570c8adbdfcb34691d to your computer and use it in GitHub Desktop.
Save LucaLanziani/f3570c8adbdfcb34691d to your computer and use it in GitHub Desktop.
Allow chromium to access local files
#!/usr/bin/env bash
chromium --new-window --allow-file-access-from-files $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment