about summary refs log tree commit diff stats
path: root/main.php
diff options
context:
space:
mode:
Diffstat (limited to 'main.php')
-rwxr-xr-xmain.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/main.php b/main.php
new file mode 100755
index 0000000..1cbb992
--- /dev/null
+++ b/main.php
@@ -0,0 +1,10 @@
+#!/usr/bin/env php
+<?php
+
+require 'vendor/autoload.php';
+
+if (!ini_get('date.timezone')) {
+    date_default_timezone_set('UTC');
+}
+
+(new YnabLedger\Application)->run($argv);