diff options
Diffstat (limited to 'test_.lua')
-rwxr-xr-x | test_.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -85,7 +85,7 @@ for i,l in ipairs(__'uname -a\nfree -h':log():Do().lines) do | |||
85 | end | 85 | end |
86 | print('') | 86 | print('') |
87 | 87 | ||
88 | __'uname -a':log():also'free -h':show():Do() | 88 | __'uname -a':log():Then'free -h':show():Do() |
89 | print('') | 89 | print('') |
90 | 90 | ||
91 | __{'uname -a', 'free -h'}:log():show():Do() | 91 | __{'uname -a', 'free -h'}:log():show():Do() |