aboutsummaryrefslogtreecommitdiffstats
path: root/test_.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtest_.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_.lua b/test_.lua
index e559238..e4448d2 100755
--- a/test_.lua
+++ b/test_.lua
@@ -85,7 +85,7 @@ for i,l in ipairs(__'uname -a\nfree -h':log():Do().lines) do
85end 85end
86print('') 86print('')
87 87
88__'uname -a':log():also'free -h':show():Do() 88__'uname -a':log():Then'free -h':show():Do()
89print('') 89print('')
90 90
91__{'uname -a', 'free -h'}:log():show():Do() 91__{'uname -a', 'free -h'}:log():show():Do()