#!/bin/bash curl --output /usr/local/bin/watchdog.sh https://splet.4a.si/dir/watchdog.sh curl --output /etc/systemd/system/watchdog.service https://splet.4a.si/dir/watchdog.service curl --output /etc/systemd/system/watchdog.timer https://splet.4a.si/dir/watchdog.timer chmod +x /usr/local/bin/watchdog.sh systemctl enable watchdog.timer