From 978a3c70fee3baecb5d25da551db7e2fc23c55f7 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 29 Nov 2016 20:22:41 -0500 Subject: Simplify .htaccess and rename command line script --- cli | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 cli (limited to 'cli') diff --git a/cli b/cli new file mode 100755 index 00000000..8d82cc5d --- /dev/null +++ b/cli @@ -0,0 +1,18 @@ +#!/usr/bin/env php +dispatch('app.bootstrap', new Event); + $container['cli']->run(); +} catch (Exception $e) { + echo $e->getMessage().PHP_EOL; + exit(255); +} -- cgit v1.2.3