mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
5 lines
107 B
Bash
Executable File
5 lines
107 B
Bash
Executable File
#!/bin/bash
|
|
#script to rebuild octodns quickly
|
|
|
|
octodns-sync --config-file=./config/production.yaml --doit
|