public
Description: Reia is a Ruby/Python-like language for BEAM, the Erlang VM
Homepage: http://reia-lang.org
Clone URL: git://github.com/tarcieri/reia.git
Rename Reia module to Loader module
Tony Arcieri (author)
Tue Aug 05 00:45:52 -0700 2008
commit  b1e84559f20e4e90133a760c168708946a84f7ff
tree    e25d63f4649de57d0bb87c91452096ab9284c65a
parent  14ea56cea4b1e276748926f0098e60564afe0a8c
...
1
2
3
4
 
5
...
1
2
 
3
4
5
0
@@ -1,3 +1,3 @@
0
 #!/bin/sh
0
 
0
-erl -smp -pa ebin -pa ../ebin -noshell +K true -s 'Reia' start $* -s init stop
0
\ No newline at end of file
0
+erl -smp -pa ebin -pa ../ebin -noshell +K true -s Loader start $* -s init stop
0
\ No newline at end of file

Comments

    No one has commented yet.