7 lines
90 B
Bash
Executable file
7 lines
90 B
Bash
Executable file
#!/bin/bash
|
|
logger -t unstuck "unstuck $(date)"
|
|
|
|
killall tmux
|
|
|
|
sleep 1
|
|
/home/pi/reboot.sh
|