Searched refs:OS (Results 1 – 14 of 14) sorted by relevance
31 OS="$(uname -s)"32 echo "Running on $OS"33 if [[ $OS == "Linux" ]]; then35 elif [[ $OS == "Darwin" ]]; then38 echo "ERROR: this does not work on $OS"
27 OS="$(uname -s)"28 echo "Running on $OS"29 if [[ $OS == "Linux" ]]; then31 elif [[ $OS == "Darwin" ]]; then34 echo "ERROR: this does not work on $OS"
38 OS="$(uname -s)"39 echo "Running on $OS"40 if [[ $OS == "Linux" ]]; then43 elif [[ $OS == "Darwin" ]]; then47 echo "ERROR: this does not work on $OS"
26 OS="$(uname -s)"27 echo "Running on $OS"28 if [[ $OS == "Linux" ]]; then30 elif [[ $OS == "Darwin" ]]; then33 echo "ERROR: this does not work on $OS"
62 OS="$(uname -s)"63 echo "Running on $OS"64 if [[ $OS == "Linux" ]]; then67 elif [[ $OS == "Darwin" ]]; then71 echo "ERROR: this does not work on $OS"
9 if "%OS%"=="Windows_NT" setlocal51 if not "%OS%" == "Windows_NT" goto win9xME_args82 if "%OS%"=="Windows_NT" endlocal
8 * Bridge the app ecosystem for [Android Automotive OS](https://developer.android.com/training/cars)
113 Some variables are available to make it easier to handle OS differences. These264 provide consistent behavior for developers across different OS and Linux
112 different OS or in a different locale.
115 different OS or in a different locale.
191 different OS or in a different locale.