#!/bin/bash
# file zum schnellen rebooten der fritzbox ------------------------------------- #
# als root nach /usr/bin kopieren und einfach peer friboot im terminal ausführen #
# Echtor2oo3 (irc.freenode.net #chaostreffpunkt) ------------------------------- #
wget -q -O /dev/zero --post-data="logic:command/reboot" http://fritz.box/cgi-bin/webcm | echo "reboot"
 

