Created
August 24, 2019 12:59
-
-
Save neuroradiology/346f91520652b50298c0c4793d57d85f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
TMPDIR=`mktemp -d /dev/shm/chrome-XXXXX` | |
chromium-browser --user-data-dir=$TMPDIR --no-first-run --no-make-default-browser "$@" | |
rm -rf $TMPDIR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
portable chrome-new for windows would be: