baz/examples/example_plugin/plugin/runners/1
Ari Archer dc63b3125b
Add runners support
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-05-19 00:46:54 +03:00

4 lines
87 B
Bash

#!/usr/bin/env bash
echo "Hello this is runner one, I will sleep for 2s now"
sleep 2s