diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-02-29 14:01:02 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-02-29 14:01:02 -0500 |
commit | 9bf2837505b7384ac18f1ae23de256729f561dfc (patch) | |
tree | 74b3d4ef5211200f1f5a13b569a2ccf435013e45 /indra/newview/scripts | |
parent | 9dae3e96ee6b0cb4139f368488da85f9961d1d4f (diff) |
Add indra/newview/scripts/lua directory, copied into viewer image.
Diffstat (limited to 'indra/newview/scripts')
-rw-r--r-- | indra/newview/scripts/lua/testmod.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/scripts/lua/testmod.lua b/indra/newview/scripts/lua/testmod.lua new file mode 100644 index 0000000000..22626e4038 --- /dev/null +++ b/indra/newview/scripts/lua/testmod.lua @@ -0,0 +1,2 @@ +print('scripts/lua/testmod.lua') +return function () return 'hello from scripts/lua/testmod.lua' end |