mirror of https://github.com/bjeanes/dotfiles.git
4 lines
48 B
Bash
4 lines
48 B
Bash
|
function osx {
|
||
|
[[ `uname -s` == 'Darwin' ]]
|
||
|
}
|