← Back
Editing: watchdog-stop.sh
#!/bin/sh [ -c /dev/watchdog ] && printf 'V' > /dev/watchdog
Save File
Cancel