mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-06 00:02:44 +02:00
5 lines
74 B
Bash
5 lines
74 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
SUM=`wget -q $1 -O - | sha512sum`
|
||
|
echo "$SUM" | cut -d " " -f1
|