From ebe8191b2667125a5c65faadd591907b01eb0305 Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Mon, 10 Oct 2022 14:25:19 -0600 Subject: [PATCH] Remove unncessary notes from generate-instances-json.sh. --- generate-instances-json.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/generate-instances-json.sh b/generate-instances-json.sh index 2db1777..12776a9 100755 --- a/generate-instances-json.sh +++ b/generate-instances-json.sh @@ -483,13 +483,6 @@ create_instance_entry () echo "${json}" } -# NOTES -# -# use jq --slurp to turn mutliple objects into array -# -# load any existing onion sites from json: -# jq -Mcer '.instances[] | select(.onion)' instances-example.json - # helpdoc # # Print usage information to stdout.