1
0
mirror of https://github.com/Adorable-Catgirl/LuaComp.git synced 2024-11-14 22:18:05 +11:00
LuaComp/tests/shell.lua
2021-06-25 10:27:52 -05:00

7 lines
125 B
Lua

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