#!/bin/sh if [ "$#" -lt 2 ]; then echo "Usage: $0 " exit 1 fi curl -X GET --basic -u "$1" "$0/v2/_catalog"