Packages

Emysql - Erlang MySQL driver

Current section

Files

Jump to
emysql samples b_raw
Raw

samples/b_raw

#! /bin/bash
# This runs the hello world sample #2. For windows, see source of b_raw.erl
erlc b_raw.erl
erl -pa ../ebin -s b_raw run -s init stop -noshell