From 5b37020293ea51f53e1b217a4f3f4b4b9ca13364 Mon Sep 17 00:00:00 2001 From: ash-yang123 Date: Fri, 30 Jan 2026 09:22:28 -0500 Subject: [PATCH] Add shutdown script to terminate Python processes --- shutdown.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 shutdown.sh diff --git a/shutdown.sh b/shutdown.sh new file mode 100644 index 0000000..b7bbf78 --- /dev/null +++ b/shutdown.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +killall python3 +sudo systemctl shutdown