diff options
author | Joe Zhao <ztuowen@gmail.com> | 2014-06-11 10:25:52 +0800 |
---|---|---|
committer | Joe Zhao <ztuowen@gmail.com> | 2014-06-11 10:25:52 +0800 |
commit | f2a38737d96fd024fd71b0959c067cbf98ff8742 (patch) | |
tree | 5153c922afa97bbbb3bc963189eca35661db6582 /start.es | |
parent | 9adcb32af31d22a046881f5d690d068e232be773 (diff) | |
download | local-f2a38737d96fd024fd71b0959c067cbf98ff8742.tar.gz local-f2a38737d96fd024fd71b0959c067cbf98ff8742.tar.bz2 local-f2a38737d96fd024fd71b0959c067cbf98ff8742.zip |
Diffstat (limited to 'start.es')
-rwxr-xr-x | start.es | 7 |
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(). |