#!/bin/sh

# shellcheck disable=SC1091
. /etc/os-release

echo "$VERSION_CODENAME"
