diff options
Diffstat (limited to 'shutdown')
-rwxr-xr-x | shutdown | 4 |
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 |