Skip to content

Instantly share code, notes, and snippets.

@boris-42
Last active August 18, 2016 15:52
Show Gist options
  • Save boris-42/1d1a6dba54b958ef63f7bdeadaae1f06 to your computer and use it in GitHub Desktop.
Save boris-42/1d1a6dba54b958ef63f7bdeadaae1f06 to your computer and use it in GitHub Desktop.
"hooks": [
{
"name": "example_hook",
"args": {
"cmd": "bash enable_factor_1"
},
"trigger: {
"name": "event",
"args": {
"unit": "seconds",
"on": [1, 50, 100]
}
}
},
{
"name": "example_hook",
"args": {
"cmd": "bash enable_factor_1"
},
"trigger: {
"name": "periodic",
"args": {
"unit": "iteration", "step": 20, "start": 0, "end": 1000
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment