mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-11 01:53:23 +01:00
12 lines
360 B
Plaintext
12 lines
360 B
Plaintext
{ Shelly_1234 = { module = "Shelly", params = {=} }
|
|
, Bash =
|
|
{ module = "Process"
|
|
, params = { cmd = "./examples/actor.sh", args = "your ad could be here" }
|
|
}
|
|
, Bash2 =
|
|
{ module = "Process"
|
|
, params = { cmd = "./examples/actor.sh", args = "this is a different one" }
|
|
}
|
|
, FailBash = { module = "Process", params.cmd = "./examples/fail-actor.sh" }
|
|
}
|