#! /usr/bin/env bash if [ -f /etc/os-release ]; then . /etc/os-release if [ "$ID" = "debian" ]; then echo "$VERSION_ID" exit 0 fi else exit 1