From 63c558b864c07f219a999c7d561fb5115242f823 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 23 Jun 2019 22:22:51 +0200 Subject: [PATCH] Added description. --- instanceinfo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/instanceinfo.sh b/instanceinfo.sh index 395db95..9759f79 100755 --- a/instanceinfo.sh +++ b/instanceinfo.sh @@ -1,4 +1,6 @@ #!/bin/bash +# Print some basic info about fediverse instances. Install json_pp for prettier +# output. if [ -z "${1}" ]; then echo "usage: ${0} DOMAIN" >&2