opt/chromium/chromium.sh

9 lines
156 B
Bash
Raw Normal View History

2011-07-12 15:24:48 +02:00
#!/bin/sh
export CHROME_WRAPPER="/usr/lib/chromium/chromium"
export CHROME_DESKTOP="chromium.desktop"
exec /usr/lib/chromium/chromium "$@"
# End of file