Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We can use
xmake lua *.lua
to source a lua script likelua *.lua
. However, if the first line of*.lua
is#!/usr/bin/env lua
,xmake lua
will failed. reallua
can work. How about letxmake lua
support#!
like reallua
?Beta Was this translation helpful? Give feedback.
All reactions