script call from lua Ryan Lindsay September 05, 2019 22:25 Is there a way to call a .sh script on the Linux file system from lua? 0
Comments
Hi Ryan,
Absolutely!
Take a look at os.execute() it's a call that allows you to execute commands in a similar fashion to running commands on the command line.
http://lua-users.org/wiki/OsLibraryTutorial
Please sign in to leave a comment.