Skip to content

Instantly share code, notes, and snippets.

View maximaximal's full-sized avatar

Max Heisinger maximaximal

View GitHub Profile
@maximaximal
maximaximal / test.sh
Created December 11, 2018 19:19
Test Script with specified Inputs and Outputs. License. GPLv2 or later.
#! /usr/bin/env bash
# This test script tries all inputs and compares them with
# their respective outputs. Supply it with
# the name of the executable.
name=$1
# Color Constants
SUCCESS_COLOR='\033[0;32m'