Skip to content

Instantly share code, notes, and snippets.

@Bajron
Bajron / minimake.bash
Last active March 25, 2017 12:14
Minimake
#!/bin/bash
if [ "${BASH_SOURCE[0]}" == "${0}" ]; then
echo "* This file is supposed to be sourced!"
echo ""
echo "Usage:"
echo " source $0"
exit 1
fi