Skip to content

Instantly share code, notes, and snippets.

@llazzaro
Created January 21, 2020 03:15
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 llazzaro/47dd57361ba52fc30e56849abcdaee0e to your computer and use it in GitHub Desktop.
Save llazzaro/47dd57361ba52fc30e56849abcdaee0e to your computer and use it in GitHub Desktop.
Bash dispatcher.ini example
[server]
host = 127.0.0.1
api_port = 5985
websocket_port = 9000
workspace = agent
[tokens]
registration = TOKEN
[agent]
agent_name = test
executors = bash
[bash]
cmd = /Users/leonardolazzaro/tmp/echo.sh
max_size = 65536
[bash_params]
[bash_varenvs]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment