Current section
Files
Jump to
Current section
Files
priv/templates/main.lfe.tpl
#! /usr/bin/env lfescript
;;; --------------------
;;; entry point function
;;; --------------------
(defun main (args)
(let ((script-name (escript:script_name)))
(io:format "Running script '~s' with args ~p ...~n" `(,script-name ,args))
(io:format "~p~n" `(,({{name}}:my-fun)))))