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