diff options
Diffstat (limited to 'justfile')
-rwxr-xr-x | justfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/justfile b/justfile new file mode 100755 index 0000000..2c4318c --- /dev/null +++ b/justfile @@ -0,0 +1,13 @@ +#! /usr/bin/env cached-nix-shell +#! nix-shell -i "just --justfile" + +preview: + dnscontrol preview + +push: + dnscontrol push + +ci: + dnscontrol check + +cd: push |