diff --git a/appsettings.example.json b/appsettings.example.json index dca4b06..75ae92b 100644 --- a/appsettings.example.json +++ b/appsettings.example.json @@ -1,6 +1,6 @@ { "name": "guy who didn't configure", - "bootstrap servers": "localhost:9092", + "bootstrap_servers": "localhost:9092", "commands": [ {"name":"echo", "shell": "echo"} ] diff --git a/loopy.sh b/loopy.sh deleted file mode 100755 index 68328ed..0000000 --- a/loopy.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash - -for i in {1..10} -do - echo "$i: $(date)" - sleep 3 -done \ No newline at end of file