#!/bin/bash
#                       /usr/local/bin/distro
#  http://crystalfaeries.net/posix/bin/distro
# celeste:crystalfaery 2016-02-19 18:20:38+00:00
# http://www.commandlinefu.com/commands/view/15631/show-all-the-available-information-about-your-current-distribution-package-management-and-base

echo -n "/etc/*_ver*: "
cat /etc/*_ver*

echo "etc/*-rel*: "
cat /etc/*-rel*


syntax highlighted by Code2HTML, v. 0.9.1