#!/usr/bin/env bash if [[ -n $GITHUB ]]; then echo "GitHub available" fi echo "End"