The main Bubble source repository. Contains the Bubble API server, the web UI, documentation and utilities. https://getbubblenow.com
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

9 rindas
213 B

  1. #!/bin/bash
  2. DOMAIN=${1:?no domain provided}
  3. RECORDS_JSON="${2:?no JSON DNS records file provided}"
  4. THISDIR=$(cd $(dirname ${0}) && pwd)
  5. GDCURL=${THISDIR}/gdcurl
  6. ${GDCURL} ${DOMAIN}/records "${RECORDS_JSON}" PUT