Skip to content

Instantly share code, notes, and snippets.

@eiri
Last active August 29, 2015 14:27
Show Gist options
  • Save eiri/bc2e945ae481bd822365 to your computer and use it in GitHub Desktop.
Save eiri/bc2e945ae481bd822365 to your computer and use it in GitHub Desktop.
Extract rebared escript into zip file
{ok, F} = escript:extract("cfcheck", []).
file:write_file("c.zip", proplists:get_value(archive, F)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment