code / tomo-shell

Lines59 Tomo32 Markdown24 INI3

Shell

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

1 # modules.ini
2 [shell]
3 version=1.0
4 git=https://github.com/bruce-hill/tomo-shell
1 use shell
3 >> $Shell"
4 seq 5
5 echo DONE
6 ":get_output()
7 = "1$\n2$\n3$\n4$\n5$\nDONE"