code / tomo-shell

Lines59 Tomo32 Markdown24 INI3

Shell

This module defines a lang for running shell scripts in Tomo:

# modules.ini
[shell]
version=1.0
git=https://github.com/bruce-hill/tomo-shell
use shell

>> $Shell"
    seq 5
    echo DONE
":get_output()
= "1$\n2$\n3$\n4$\n5$\nDONE"