Added description.

This commit is contained in:
tastytea 2019-06-23 22:22:51 +02:00
parent 9c68f5d4ef
commit 63c558b864
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 2 additions and 0 deletions

View File

@ -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