if [[ "$OSTYPE" == "freebsd"* ]]; then echo "WIP: FreeBSD" elif [[ "$OSTYPE" == "openbsd"* ]]; then echo "WIP: OpenBSD" fi