sha256sum 214 B

1234567
  1. #!/usr/bin/env bash
  2. # This file is part of the OpenADK project. OpenADK is copyrighted
  3. # material, please see the LICENCE file in the top-level directory.
  4. tmp=$(mktemp -t yyy)
  5. cat - > $tmp
  6. shasum -a 256 "$@" $tmp