mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-09 22:50:06 +00:00
5 lines
83 B
Bash
Executable file
5 lines
83 B
Bash
Executable file
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
cd /src
|
|
exec /usr/bin/python3 generateZonefiles.py
|