zserge / luash

Tiny lua module to write shell scripts with lua (inspired by Python's sh module)
MIT License
317 stars 31 forks source link

Typo / bug in README.md example - excessive omission of parens #11

Open parke opened 4 years ago

parke commented 4 years ago
-- chained syntax without parens
ls '/bin' : grep filter : wc '-l'

I believe the above (specifically grep filter) is not valid Lua syntax.