├── .gitattributes ├── .gitignore ├── README.md ├── avm-fritzbox_pressekit.png └── cron_fritzbox-reboot.sh /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicoh88/cron_fritzbox-reboot/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicoh88/cron_fritzbox-reboot/HEAD/README.md -------------------------------------------------------------------------------- /avm-fritzbox_pressekit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicoh88/cron_fritzbox-reboot/HEAD/avm-fritzbox_pressekit.png -------------------------------------------------------------------------------- /cron_fritzbox-reboot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nicoh88/cron_fritzbox-reboot/HEAD/cron_fritzbox-reboot.sh --------------------------------------------------------------------------------