Skip to content

Instantly share code, notes, and snippets.

@justenwalker
Created November 8, 2018 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justenwalker/c4ee88678e25a6727d419d5ab6e26ff2 to your computer and use it in GitHub Desktop.
Save justenwalker/c4ee88678e25a6727d419d5ab6e26ff2 to your computer and use it in GitHub Desktop.
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