Damon example raw_exec config section
driver = "raw_exec" | |
config { | |
command = "damon.exe" # Damon is the new task entry-point (it should be on the PATH) | |
args = ["my.exe","arg1","arg2"] # Your command + Args here | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment