84adefa331
1 2 3 4 5 6 7
#! /usr/bin/env escript %% -*- erlang -*- -mode(compile). main(MainArgs) -> io:format("main:~p\n",[MainArgs]).