#!/bin/sh . ./config.sh do_curl() { curl -s -k -H "Authorization: Token ${TOKEN}" -X GET $1 } cat<