#!/usr/bin/env php refreshPublicSuffixList(); echo 'Update complete.' . PHP_EOL; exit(0); } catch (\Exception $e) { echo 'An error occurred while updating the Public Suffix List.' . PHP_EOL; echo $e->getMessage() . PHP_EOL; exit(1); }