test -z "$1" || cd $1
sha256sum * | while read md file; do
   echo '  "'$file'":"'$md'",'
done

