#!/bin/bash -e

# find-distributor-id:
# Prints the distributor ID (a string like `Ubuntu')
# using the lsb_release command.

lsb_release --short --id
