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
reia / bin / reia
100755 3 lines (2 sloc) 0.088 kb
1
2
3
#!/bin/sh
 
erl -smp -pa ebin -pa ../ebin -noshell +K true -s reia start $* -s init stop