Skip to content

Instantly share code, notes, and snippets.

@tanyuan
Created October 10, 2016 05:13
Show Gist options
  • Save tanyuan/c89ada60ce8d647100cfe92fe7ba919a to your computer and use it in GitHub Desktop.
Save tanyuan/c89ada60ce8d647100cfe92fe7ba919a to your computer and use it in GitHub Desktop.
Open a Chromium session allowing local file access.
#!/bin/bash
chromium-browser --user-data-dir='/tmp' --allow-file-access-from-files $1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment