mtemp-monitor/start.sh

6 lines
63 B
Bash

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