slightly easier deployment

This commit is contained in:
Adam R. Grey 2021-07-23 06:40:56 -04:00
parent 8228d3b41f
commit 40e050c334
2 changed files with 1 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "guy who didn't configure", "name": "guy who didn't configure",
"bootstrap servers": "localhost:9092", "bootstrap_servers": "localhost:9092",
"commands": [ "commands": [
{"name":"echo", "shell": "echo"} {"name":"echo", "shell": "echo"}
] ]

View File

@ -1,7 +0,0 @@
#!/bin/bash
for i in {1..10}
do
echo "$i: $(date)"
sleep 3
done