summaryrefslogtreecommitdiff
path: root/shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'shutdown')
-rwxr-xr-xshutdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/shutdown b/shutdown
new file mode 100755
index 0000000..613b645
--- /dev/null
+++ b/shutdown
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+pidof ollama | xargs -r kill
+pidof qdrant | xargs -r kill