mtemp-monitor/start.sh
2024-02-03 14:50:04 +01:00

6 lines
65 B
Bash

#!/bin/bash
cargo run --release
sleep 1
echo "Monitor started"