mirror of
https://github.com/Dasharo/dasharo-blobs.git
synced 2026-03-06 14:49:02 -08:00
main
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
dasharo-blobs
Repository containing extra assets for use with Dasharo
Licenses
Do not use or load software from this repository until you have carefully read the licenses assigned to the relevant components. By downloading or using the software component from this repository, you agree to the terms of license associated with the given software component. If you do not wish to so agree, do not install or use the software from this repository. Association of the software components and licenses is outlined in the respective READMEs in the subdirectories.
Creating SHASUMS
Example how to create SHA256SUMS for all files with .bin extension:
for file in *.bin; do sha256sum $file; done > SHA256SUMS
Description
Languages
C
98.7%
Standard ML
1.3%