Checksums every file under the current directory.
Go to file
FUH22860 454717431f
Commandline args && New features
chksum can now take arguments to execute diffrent functions
functions include checksumming, counting all checksums, deleting all checksums
2023-05-17 12:18:20 +02:00
.gitignore Initial commit 2023-05-16 00:43:47 +02:00
chksum.cs Commandline args && New features 2023-05-17 12:18:20 +02:00
chksum.csproj 5 times reduction in executabble size 2023-05-16 19:50:35 +02:00
LICENSE Initial commit 2023-05-16 00:39:16 +02:00
Program.cs Commandline args && New features 2023-05-17 12:18:20 +02:00
README.md Fix readme 2023-05-16 19:52:25 +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 --arch x64 --use-current-runtime --self-contained 

Go to the publish folder

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

Run executable

./chksum