Skip to content

Instantly share code, notes, and snippets.

@madosuki
Created January 12, 2021 06:49
Show Gist options
  • Save madosuki/ee943c2343cba65843b05a6cfb30e78b to your computer and use it in GitHub Desktop.
Save madosuki/ee943c2343cba65843b05a6cfb30e78b to your computer and use it in GitHub Desktop.
#!/bin/sh
if [ $# -eq 1 ]; then
domain=${1}
curl ${domain}"/wp-json/wp/v2/users/" | jq
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment