aboutsummaryrefslogtreecommitdiff
path: root/templates/.bin/launch-chrome
diff options
context:
space:
mode:
Diffstat (limited to 'templates/.bin/launch-chrome')
-rwxr-xr-xtemplates/.bin/launch-chrome7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/.bin/launch-chrome b/templates/.bin/launch-chrome
new file mode 100755
index 0000000..7251869
--- /dev/null
+++ b/templates/.bin/launch-chrome
@@ -0,0 +1,7 @@
+#!/usr/bin/env zsh
+
+if [[ $(uname) == "FreeBSD" ]]; then
+ chrome
+elif [[ $(uname -a | grep Ubuntu) ]]; then
+ google-chrome
+fi