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
Convert Reia to CamelCase
Tony Arcieri (author)
Mon Aug 04 23:47:32 -0700 2008
commit  88938084311eb86567750cec67a84a1260748e00
tree    b629300a590f6a51e9945c9c809263603775de81
parent  765c5f7df714bebbc8d3da3950844c4334f7db28
...
1
2
3
4
 
5
...
1
2
 
3
4
5
0
@@ -1,3 +1,3 @@
0
 #!/bin/sh
0
 
0
-erl -smp -pa ebin -pz ../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 'Reia' start $* -s init stop
0
\ No newline at end of file

Comments

    No one has commented yet.