aboutsummaryrefslogtreecommitdiff
path: root/lib/shell/README.md
blob: d4bcd42ec610b84eb4718897c083beaa9f4ae26b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Shell

This module defines a `lang` for running shell scripts:

```tomo
use shell_v1.0

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