diff --git a/test.toml b/test.toml new file mode 100644 index 0000000..c497be4 --- /dev/null +++ b/test.toml @@ -0,0 +1,8 @@ +[command.random] +command = "(( RANDOM % {{ range }} != 0 ))" + + +[[hosts]] +name = "Test (1/10)" +command = "random" +range = "10"