Skip to content

Commit

Permalink
Update a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellynvdm committed May 4, 2018
1 parent 8b8432d commit 1fa6e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
command -v jq >/dev/null 2>&1 || { echo >&2 "We require jq for this script to run, but it's not installed. Aborting."; exit 1; }
command -v sha1sum >/dev/null 2>&1 || { echo >&2 "We require sha1sum for this script to run, but it's not installed. Aborting."; exit 1; }

# quick checksum generator for all the Bibles used in getBible.net
echo -n "[vdm.io] -- Building checksum and info file for all JCB (zip) Packages found in this repository......"
# quick checksum generator for all zip packages in this repo root folder
echo -n "[vdm.io] -- Building checksum and info file for all zip Packages found in this repository......"

# setup: positional arguments to pass in literal variables, query with code
jq_args=( )
Expand Down

0 comments on commit 1fa6e99

Please sign in to comment.