ru_shell 0.1.3

A Shell built around a semantic grammar
1
2
3
4
5
6
7
8
#!/usr/bin/env ru_shell

for x in * {
    echo X = $x
}

echo DONE