Files
mgmt/examples/lang/binarypath.mcl
James Shubin 2e774215e4 lang: core: deploy: Add a function to get the binary path
Useful for bootstrapping new machines.
2024-09-10 23:22:53 -04:00

6 lines
65 B
Plaintext

import "deploy"
print "debug" {
msg => deploy.binary_path(),
}