mtemp-monitor/start.sh

6 lines
65 B
Bash
Raw Normal View History

2024-02-03 13:28:08 +01:00
#!/bin/bash
2024-02-03 14:50:04 +01:00
cargo run --release
2024-02-03 13:28:08 +01:00
sleep 1
echo "Monitor started"