#!/bin/sh

source /etc/default/chromium

/usr/bin/chrome/content_shell --data-path=/opt/userdata/.chromium/ ${CHROME_ARGS} $@ >${CHROME_LOG} 2>&1
