mtemp-monitor/start.sh

6 lines
63 B
Bash
Raw Normal View History

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