#!/usr/bin/env sh if [ "$(expr substr $(uname -s) 1 5)" = "Linux" ] then elif [ "$(uname)" = "Darwin" ] then fi