#!/usr/bin/env bash exitchk () { if [ ! $opt = "exit" ]; then null=0 else exit fi }