lang: core: deploy: Add a function to get the binary path

Useful for bootstrapping new machines.
This commit is contained in:
James Shubin
2024-09-03 14:51:34 -04:00
parent 1327752725
commit 2e774215e4
2 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import "deploy"
print "debug" {
msg => deploy.binary_path(),
}