luash
luash copied to clipboard
Typo / bug in README.md example - excessive omission of parens
-- chained syntax without parens
ls '/bin' : grep filter : wc '-l'
I believe the above (specifically grep filter
) is not valid Lua syntax.