Skip to content

Instantly share code, notes, and snippets.

@arcusfelis
Created January 19, 2016 12:46
Show Gist options
  • Save arcusfelis/edf466ff75fed67c1486 to your computer and use it in GitHub Desktop.
Save arcusfelis/edf466ff75fed67c1486 to your computer and use it in GitHub Desktop.
govnocod.erl
Neotoma1 = filename:dirname(escript:script_name()) ++ "/../deps/neotoma/ebin",
Neotoma2 = filename:dirname(escript:script_name()) ++ "/../../neotoma/ebin",
code:add_pathz(filename:absname(Neotoma1)),
code:add_pathz(filename:absname(Neotoma2)),
neotoma:file("priv/katt_blueprint.peg", [{output, "src/"}]).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment