summaryrefslogtreecommitdiff
path: root/start.es
diff options
context:
space:
mode:
Diffstat (limited to 'start.es')
-rwxr-xr-xstart.es7
1 files changed, 7 insertions, 0 deletions
diff --git a/start.es b/start.es
new file mode 100755
index 0000000..1fa9302
--- /dev/null
+++ b/start.es
@@ -0,0 +1,7 @@
+#!/usr/bin/env escript
+
+trap() -> trap().
+
+main(_) ->
+ startscript:start(),
+ trap().