Skip to content
Snippets Groups Projects
lib.sh 66 B
Newer Older
function die() {
	printf "${1}\n"
	exit 1
}

PROG_NAME="${0##*/}"