diff options
| author | ruki <[email protected]> | 2016-03-22 20:33:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-03-22 20:33:47 +0800 |
| commit | 54a4072a8c4fb163d58698ab4e575a5035a6233a (patch) | |
| tree | 7ad0af6a526843ec657ff2afe8b864b592ef0fcb /xmake/actions/lua/scripts/echo.lua | |
| parent | aca0257d26134ff95889acb419d49701fee4ec61 (diff) | |
add lua scripts for action
Diffstat (limited to 'xmake/actions/lua/scripts/echo.lua')
| -rw-r--r-- | xmake/actions/lua/scripts/echo.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/lua/scripts/echo.lua b/xmake/actions/lua/scripts/echo.lua index 40165df2b..d6ce8ede0 100644 --- a/xmake/actions/lua/scripts/echo.lua +++ b/xmake/actions/lua/scripts/echo.lua @@ -20,7 +20,7 @@ -- @file echo.lua -- --- the main function +-- main function main(...) -- echo all |
