From 36e41939772d0441dc023f7b02e96567441b02ec Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 1 Jan 2023 20:21:10 -0500 Subject: execute tick on boot, add real world handler example --- autosport-handler.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 autosport-handler.sh (limited to 'autosport-handler.sh') diff --git a/autosport-handler.sh b/autosport-handler.sh new file mode 100755 index 0000000..d9e3352 --- /dev/null +++ b/autosport-handler.sh @@ -0,0 +1,4 @@ +#!/bin/bash +echo "Content-type: application/xml" +echo "" +curl -s https://www.autosport.com/rss/f1/news/ -- cgit v1.2.3