From 53ceede761c69f2f5ca3a9614d69cea3313d444b Mon Sep 17 00:00:00 2001 From: zjamnik Date: Fri, 17 Apr 2026 22:43:57 +0000 Subject: [PATCH] Add startApp.sh --- startApp.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 startApp.sh diff --git a/startApp.sh b/startApp.sh new file mode 100644 index 0000000..e949908 --- /dev/null +++ b/startApp.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +~/rpikvm/bin/python3 ~/rpikvm/app.py \ No newline at end of file