On 11/07/2011 12:20 AM, Nikolai Kondrashov wrote:
_=_--; exec lua "`command -v \"\$0\"`" "\$@"
This is, of course, wrong and should be: _=_--; exec lua "`command -v \"\$0\"`" "$@"