mtemp-monitor/start.sh

6 lines
57 B
Bash
Raw Normal View History

2024-02-03 13:28:08 +01:00
#!/bin/bash
cargo r -r &
sleep 1
echo "Monitor started"