#!/bin/sh

# Exit with status 0 if the system this script runs on supports sem_init()
# (Linux) and exit with status 1 if not (Darwin).

[ "$(uname)" != "Darwin" ]