aboutsummaryrefslogtreecommitdiff
path: root/templates/.bin/launch-chrome
blob: 72518696988fe63013a54a45a861279524a501dc (plain)
1
2
3
4
5
6
7
#!/usr/bin/env zsh

if [[ $(uname) == "FreeBSD" ]]; then
	chrome
elif [[ $(uname -a | grep Ubuntu) ]]; then
	google-chrome
fi