Skip to content

Instantly share code, notes, and snippets.

View miah-oss's full-sized avatar

Miah Johnson miah-oss

View GitHub Profile
#!/bin/sh
set -eu
TOKEN="$ROBOTS_TXT_TOKEN"
curl -vv \
-X "POST" \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d "@robots_body" \