From: Dan White Date: Sat, 2 Apr 2011 01:13:11 +0000 (-0500) Subject: Move to 'google-chrome' and use abspath X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=8c67b46ad54bacbf3c0cc7d4f3652755f66abc4d;p=pubbin.git Move to 'google-chrome' and use abspath --- diff --git a/chrome b/chrome deleted file mode 100755 index be86e98..0000000 --- a/chrome +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -# run chromium / google-chrome on current display hack - -DISPDIR=$(echo $DISPLAY | awk -F. '{print $1}') -exec google-chrome --user-data-dir=$HOME/.config/google-chrome/$DISPDIR $@ diff --git a/google-chrome b/google-chrome new file mode 100755 index 0000000..23d7051 --- /dev/null +++ b/google-chrome @@ -0,0 +1,6 @@ +#!/bin/bash + +# run chromium / google-chrome on current display hack + +DISPDIR=$(echo $DISPLAY | awk -F. '{print $1}') +exec /usr/bin/google-chrome --user-data-dir=$HOME/.config/google-chrome/$DISPDIR $@