Files
RaspberryPi-Monitor_Bash/start.sh
T
2020-10-10 19:13:43 +02:00

4 lines
161 B
Bash

#!/bin/sh
# Ten skrypt tworzy nową sesję screen wyświetlającą skrypt monitor.sh
screen -m -S "RaspberryPi Bash Monitor" bash -c "watch -n 0.1 ./monitor.sh"