deepblue / snippets

deepblue's thoughts

This URL has Read+Write access

snippets / chalenge / hello_ui / hello.erl.sh
100755 4 lines (3 sloc) 0.066 kb
1
2
3
4
#!/bin/sh
 
erlc hello.erl
erl -noshell -s hello start -s init stop