Add escript post_hooks

This commit is contained in:
Hans Svensson
2019-01-30 10:55:11 +01:00
parent 65b6791176
commit 362373c0d7
2 changed files with 14 additions and 7 deletions
-2
View File
@@ -255,5 +255,3 @@ read_contract(Name) ->
{ok, Bin} = file:read_file(Name),
binary_to_list(Bin).
contract_path() ->
"apps/aesophia/test/contracts".