2023-06-27 22:58:07 +02:00
2023-06-27 22:58:07 +02:00
2023-06-25 02:45:33 +02:00
2023-06-25 21:12:42 +02:00
2023-06-25 16:48:43 +02:00
2023-05-16 00:39:16 +02:00
2023-06-26 12:58:05 +02:00

chksum

Checksums every file under the current directory

Run Locally

Clone the project

git clone https://gitea.hopeless-cloud.xyz/ProfessionalUwU/chksum.git

Go to the project directory

cd chksum

Install dependencies

pacman -S dotnet-runtime dotnet-sdk

Build project

just build

Publish project

just publish

Go to the publish folder

cd src/Chksum/bin/Release/net7.0/linux-x64/publish

Run executable

./Chksum
Description
Checksums every file under the current directory.
Readme 220 KiB
2023-07-04 00:34:42 +02:00
Languages
C# 100%