projects
/
GameLab
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tools
/
LuaMacro
/
tests
/
test-dollar.lua
blob: 71d6a25b3362fa89b8f5af6340083b306bf4ecb8 (
plain
)
1
2
3
4
5
6
7
require_ 'dollar' print($PATH) if $(ls) ~= 0 then print($(dir /B)) -- so there! end