From 0c9fca670b86871f111e1cda82ac8f70605992be Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 28 Mar 2011 03:06:55 +0200 Subject: add first step to get java working --- scripts/sha256sum | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/sha256sum (limited to 'scripts') diff --git a/scripts/sha256sum b/scripts/sha256sum new file mode 100755 index 000000000..3c0a706c7 --- /dev/null +++ b/scripts/sha256sum @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +tmp=$(mktemp -t yyy) +cat - > $tmp +shasum -a 256 "$@" $tmp -- cgit v1.2.3