mirror of
https://github.com/Luzifer/dns.git
synced 2024-11-12 16:02:48 +00:00
6 lines
83 B
Text
6 lines
83 B
Text
|
#!/bin/bash
|
||
|
set -euxo pipefail
|
||
|
|
||
|
cd /src
|
||
|
exec /usr/bin/python3 generateZonefiles.py
|