Skip to content

Instantly share code, notes, and snippets.

@obfusk
Last active August 29, 2015 14:01
Show Gist options
  • Save obfusk/0dc8a8babe80058cdfe3 to your computer and use it in GitHub Desktop.
Save obfusk/0dc8a8babe80058cdfe3 to your computer and use it in GitHub Desktop.
chromium-trunk
#!/bin/bash
export CHROME_DEVEL_SANDBOX=/usr/lib/chromium/chrome-sandbox
exec ~/opt/pkg/chromium/chrome-wrapper \
--user-data-dir="$HOME"/.config/chromium-trunk "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment