#!/bin/sh

curl -s http://localhost/server-status/json?show=main | jq '."server-version"'
