From 28a1c14bf82d9d0a8311f8f18746d0b4cd821314 Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 1 Feb 2019 14:38:59 +0100 Subject: Weaponizing cache files --- bin/refresh-fb-cache.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100755 bin/refresh-fb-cache.php (limited to 'bin') diff --git a/bin/refresh-fb-cache.php b/bin/refresh-fb-cache.php new file mode 100755 index 0000000..35c7822 --- /dev/null +++ b/bin/refresh-fb-cache.php @@ -0,0 +1,34 @@ +#!/usr/bin/env php + TRUE]); + if (!$provider->get()) { + throw new \Exception(sprintf('Feed %s failed to fetch!', $feed)); + } +} + +?> -- cgit v1.2.3