mirror of
https://github.com/openeggbert/speedy-blupi-games.git
synced 2025-03-30 15:05:31 +02:00
Updated README.md
This commit is contained in:
parent
e3517f8ce4
commit
3065cc8a67
@ -6,3 +6,9 @@ select count(*),lower(name), HASH_SUM_VALUE from file group by HASH_SUM_VALUE,
|
|||||||
|
|
||||||
for file in *.bmp; do convert "$file" "${file%.bmp}".png; done
|
for file in *.bmp; do convert "$file" "${file%.bmp}".png; done
|
||||||
|
|
||||||
|
for file in ./*.7z
|
||||||
|
do
|
||||||
|
sha512sum "$file" >> sha512.txt
|
||||||
|
echo "">> sha512.txt
|
||||||
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user