summaryrefslogtreecommitdiff
path: root/start.es
diff options
context:
space:
mode:
authorJoe Zhao <ztuowen@gmail.com>2014-06-11 10:25:52 +0800
committerJoe Zhao <ztuowen@gmail.com>2014-06-11 10:25:52 +0800
commitf2a38737d96fd024fd71b0959c067cbf98ff8742 (patch)
tree5153c922afa97bbbb3bc963189eca35661db6582 /start.es
parent9adcb32af31d22a046881f5d690d068e232be773 (diff)
downloadlocal-master.tar.gz
local-master.tar.bz2
local-master.zip
Add start script & Ops adjustHEADmaster
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().