• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2
3# Exit with status 0 if the system this script runs on supports sem_init()
4# (Linux) and exit with status 1 if not (Darwin).
5
6[ "$(uname)" != "Darwin" ]
7