Skip to content

Instantly share code, notes, and snippets.

@fgallaire
Last active May 7, 2019 06:03
Show Gist options
  • Save fgallaire/59b569600cc9b53699c5c8cc78208f87 to your computer and use it in GitHub Desktop.
Save fgallaire/59b569600cc9b53699c5c8cc78208f87 to your computer and use it in GitHub Desktop.
#!/usr/bin/env escript
main([]) -> io:format("script 0.1\n");
main([Arg]) -> io:format("Argument : ~s\n", [Arg]).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment