Checksums every file under the current directory.
ProfessionalUwU
a6c994fa65
Now using an SQlite database to store the file hash plus a bunch of other information |
||
---|---|---|
.editorconfig | ||
.gitignore | ||
chksum.cs | ||
chksum.csproj | ||
debugchksum.cs | ||
justfile | ||
LICENSE | ||
Program.cs | ||
README.md |
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