eden/tools/url-hash.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
185 B
Bash
Raw Normal View History

2025-09-11 00:22:24 -03:00
# SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
#!/bin/sh
SUM=$(wget -q "$1" -O - | sha512sum)
echo "$SUM" | cut -d " " -f1