This repository has been archived on 2024-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
adlin/challenge/etc/periodic/15min/netreboot
2018-02-23 20:30:29 +01:00

5 lines
70 B
Bash
Executable file

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