diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..2739cee --- /dev/null +++ b/start.sh @@ -0,0 +1,3 @@ +#!/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"