tuxi
tuxi copied to clipboard
Use uname instead of OSTYPE to detect Darwin
Since $OSTYPE
is not POSIX-compatible, I replace it with uname
to detect the platform instead.