This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/challenge/etc/periodic/15min/netreboot
2018-02-23 20:30:29 +01:00

6 lines
70 B
Bash
Executable File

#!/bin/sh
ping -c 1 192.168.23.1 && \
sleep 3 && \
reboot -f