#!/usr/bin/php pubDate()) > $lastDate){ if(!isset($newDate)){ $newDate = $item->pubDate(); file_put_contents("/var/www/last.date", $newDate); } $notifyText .= substr($item->title(), 11); $notifyText .= "\n"; $link = $item->guid(); exec("cd ~/Videos/Ted/ && wget " . $link); } else { break; } } if(strlen($notifyText) > 19){ exec("DISPLAY=:0.0 /usr/bin/notify-send -i \"/var/www/ted_logo.gif\" \"$notifyText\""); } ?>