Add comment to script. #133

Merged
telackey merged 2 commits from telackey/58cmt into main 2024-01-11 23:26:45 +00:00
Showing only changes of commit 7272fc0dda - Show all commits

View File

@ -1,16 +1,15 @@
#!/bin/bash
##
## This script generates a new account keypair, transfers funds to it,
## and creates a bond with those funds. The amount of can be optionally
## specified, else a default value estimated to be sufficient for about
## 5000 records.
## This script generates a new account keypair, transfers funds to it, and creates
## a bond with those funds. The amount of can be optionally specified, else a
## default value estimated to be sufficient for about 5000 records.
##
## A laconic CLI config file is required. The default location used is
## ~/.laconic/config.yml, but this can be controlled with the environment
## variable LACONIC_CONFIG. A userKey for a source account with sufficient
## funds available must be present in this file for the funds transfer to
## succeed.
## The `laconic` CLI and a valid config file for it are required. The default location
## for the config file is `~/.laconic/config.yml`, but this can be controlled with
## the environment variable LACONIC_CONFIG. A `userKey` for a source account with
## sufficient funds available must be present in this file for the funds transfer
## to succeed.
##
## Example:
##