#!/bin/bash
/bin/cat "$(find "${0%/*}" -type f |grep -vE ".git|LICENSE$|README.md$|${0##*/}"|sort -R |tail -1)"