mtemp-monitor/stop.sh
2024-02-03 13:28:08 +01:00

6 lines
64 B
Bash

#!/bin/bash
pkill mtemp-monitor
sleep 1
echo "Monitor stopped"