mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-06-03 05:48:06 -05:00
5 lines
162 B
Bash
5 lines
162 B
Bash
#!/bin/bash
|
|
|
|
# https://docs.github.com/en/graphql/overview/public-schema
|
|
curl -o lib/gql_github/schema.graphql https://docs.github.com/public/schema.docs.graphql
|