From d00f19145627312125c593f35193f04733b4df4e Mon Sep 17 00:00:00 2001 From: Phil Burton Date: Tue, 11 Jun 2019 14:17:29 +0100 Subject: First commit --- scripts/run.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 scripts/run.php (limited to 'scripts/run.php') diff --git a/scripts/run.php b/scripts/run.php new file mode 100644 index 0000000..b50bcc7 --- /dev/null +++ b/scripts/run.php @@ -0,0 +1,14 @@ +/dev/null"; + +$etym = new Etym($baseURL, $htmlNode, $pasteCmd); +$result = $etym->getDefinition(); + +echo $result . PHP_EOL; -- cgit v1.2.3