Skip to content

Instantly share code, notes, and snippets.

@rlafranchi
rlafranchi / watchRobot.cron.php
Created July 29, 2016 04:50 — forked from eyecatchup/watchRobot.cron.php
Mr. Robot Season 2 easter egg website email alert cronjob
<?php
ini_set('max_execution_time', 300);
/**
* Mr. Robot Season 2 easter egg website email alert cronjob
* (Note: requires your PHP to be able to send emails (of course)!)
*
* 1. Download this script. Browser download: https://gist.github.com/eyecatchup/f5f5929f57b22fc1b37ef516d675ac92/download/
* Or, for the console users:
* # wget --no-check-certificate https://gist.github.com/eyecatchup/f5f5929f57b22fc1b37ef516d675ac92/raw/watchRobot.cron.php
*