3G7OYUSEUIUAUIVL35TPPOKQNKPPPGSTKJDS32AWLKEB44JEKLTAC
5Q4ZLL37EZJQJ2VJW2Z5NRR4C7TA6657HLZXXKM4UWSGEMII7SRQC
HZWUT4YNGQE3RSTS7XAZK4UQCUHZ5KHA7CHL2JNSXQIPPB6UGKTQC
echo "storing sources in $tmpDir" >&2
echo "storing inputs and results in $tmpDir" >&2requireCommand() { local cmd="$1" if ! type -P "$cmd" > /dev/null; then echo "$0: command ‘$cmd’ is not installed; please install it and try again" >&2 exit 1 fi return 0}
echo "storing inputs and results in $tmpDir" >&2
requireCommand() {
local cmd="$1"
if ! type -P "$cmd" > /dev/null; then
echo "$0: command ‘$cmd’ is not installed; please install it and try again" >&2
exit 1
fi
return 0
}
echo
requireCommand git
requireCommand hg
requireCommand svn
requireCommand nix-build