diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-05-16 14:42:26 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-05-16 14:42:26 +0300 |
commit | f8e99709712c62bf9ecd125b4bd747acdced165a (patch) | |
tree | 544008950e71c7078a50bbe1e121db44871df46b /bin/ak | |
parent | 69caf17805a3f22c8ce6d92a40871c909263a500 (diff) | |
download | arching-kaos-tools-f8e99709712c62bf9ecd125b4bd747acdced165a.tar.gz arching-kaos-tools-f8e99709712c62bf9ecd125b4bd747acdced165a.tar.bz2 arching-kaos-tools-f8e99709712c62bf9ecd125b4bd747acdced165a.zip |
More descriptions
Diffstat (limited to 'bin/ak')
-rwxr-xr-x | bin/ak | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ #!/bin/bash ## +## Arching Kaos CLI tool is the main executable script to use for exploring, +## creating and distributing local blockchain(s) called zchain(s). +## +## It is accompanied with several utilities that help to create new blocks, +## reference them, export blocks to HTML pages, "roll-back" your zchain to an +## older block, reset your zchain and more. +## ## -h, --help Prints this help message ## ## Run with no arguments to see available commands |