From 3be6a9a4f31e7dfaf1b62b9271a1dba03dd2217c Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 31 Jul 2017 14:21:46 -0700 Subject: [PATCH] [Linux] Add start_chrome.sh --- dotfiles/lib/bin/start_chrome.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 dotfiles/lib/bin/start_chrome.sh diff --git a/dotfiles/lib/bin/start_chrome.sh b/dotfiles/lib/bin/start_chrome.sh new file mode 100755 index 00000000..7a88fbdd --- /dev/null +++ b/dotfiles/lib/bin/start_chrome.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +${IMALISON_CHROME_EX:-google-chrome-stable} $@