lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

is it possible to use lua to modify the current shell with system calls? I tried:
    os.execute("shopt -s expand_aliases")
but this executes the call in a system shell, not the current shell.

 thanks

~ ben