From aefcbdfcaed8cea78e4ecb1d9155e6f7995714b3 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Sat, 12 Oct 2019 19:35:14 +0100 Subject: [PATCH] add the main script --- sensors | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 sensors diff --git a/sensors b/sensors new file mode 100755 index 0000000..47f436f --- /dev/null +++ b/sensors @@ -0,0 +1,3 @@ +#!/usr/bin/python3 + +print("Test")