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