#!/bin/sh

ping -c 1 192.168.23.1 && \
    sleep 3 && \
    reboot -f
