diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +# shabottom +the most cryptographically secure checksumming algorithm (source: trust me) + +## building +`gcc shabottom.c -o shabottom` + +## usage +`shabottom /path/to/file` + +or + +`cat /path/to/file | shabottom`
\ No newline at end of file |