2023-06-04 23:44:03 +02:00
2023-05-16 00:43:47 +02:00
2023-05-16 00:39:16 +02:00
2023-05-17 12:22:18 +02:00

chksum

Checksums every file under the current directory

Run Locally

Clone the project

git clone http://192.168.0.69:3000/ProfessionalUwU/chksum.git

Go to the project directory

cd chksum

Install dependencies

pacman -S dotnet-runtime dotnet-sdk

Build project

dotnet build chksum.csproj

Publish project

dotnet publish --configuration Release chksum.csproj

Go to the publish folder

cd 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%