Realpath
This commit is contained in:
parent
57d637755f
commit
1a8399be3d
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
cd "$(dirname $(realpath "$0"))"
|
||||
|
||||
exec bazel run :updater -- \
|
||||
--config $(realpath ./config.yml) \
|
||||
--templates $(realpath src/resources/zonefiles)
|
||||
|
|
Loading…
Reference in a new issue