taskolib / taskolib

The Taskolib library helps to automate processes. Its main automatization unit is a sequence of steps which are executed in order or through control flow statements. The behavior of each step is defined in the Lua scripting language.
https://taskolib.github.io/taskolib/
GNU Lesser General Public License v2.1
4 stars 3 forks source link

Implement useful functions from os #76

Closed wyrnat closed 1 year ago

wyrnat commented 1 year ago
Finii commented 1 year ago

Yes, we do something like this with D_Lua in the lua machine setup:

os = { date = os.date }

👍