1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2024-11-15 06:28:05 +11:00
LuaComp/tests/shell.lua

7 lines
125 B
Lua
Raw Normal View History

-- raw evar
print("your shell is $[{SHELL}]")
-- evar string
print("your shell is "..$(SHELL))
-- cat
$[[cat nopreproc.lua]]