# Eymenium OS module
# Thin .eym convenience layer over the interpreter's native shell command.

blueprint OS:
    exp system(command):
        back cmd(command)

    exp run(command):
        back cmd(command)
