public
Description: Ruby Interface of Erlang
Homepage: http://github.com/KDr2/erlix/
Clone URL: git://github.com/KDr2/erlix.git
KDr2 (author)
Tue Jul 21 02:18:03 -0700 2009
commit  7f1a5371e8ab36838f809fcc72828601e804a0ac
tree    07a14addd927b05fd48a45a50b1a6a7bda7c7fac
parent  b52abe69e7a0b08dc25549ebd97dd872af40e7e1
erlix / findei.erl
100755 7 lines (5 sloc) 0.147 kb
1
2
3
4
5
6
7
#!/usr/bin/env escript
%%% Author : KDr2
%%% Find the location of erl_interface.
 
main(_) ->
    io:format("~s~n", [code:lib_dir(erl_interface)]).