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

6 lines
57 B
Bash

#!/bin/bash
cargo r -r &
sleep 1
echo "Monitor started"