diff options
| author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-20 17:29:35 +0300 |
|---|---|---|
| committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-20 17:29:35 +0300 |
| commit | ce046ca6bb56e2980f9212412066ef8e7dbb8916 (patch) | |
| tree | 16bb168627bba237a1175e176bff4d36a1e271cc /bin/ak | |
| parent | df60a077eee614b80bb2ae97f02d7bd2df8e90fc (diff) | |
| download | arching-kaos-tools-ce046ca6bb56e2980f9212412066ef8e7dbb8916.tar.gz arching-kaos-tools-ce046ca6bb56e2980f9212412066ef8e7dbb8916.tar.bz2 arching-kaos-tools-ce046ca6bb56e2980f9212412066ef8e7dbb8916.zip | |
Now prints logs while running commands
Diffstat (limited to 'bin/ak')
| -rwxr-xr-x | bin/ak | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/bin/bash +export AK_DEBUG="yes" ## ## Arching Kaos CLI tool is the main executable script to use for exploring, ## creating and distributing local blockchain(s) called zchain(s). |
