aboutsummaryrefslogtreecommitdiffstats
path: root/test_.lua
diff options
context:
space:
mode:
authordvs12024-10-24 18:23:09 +1000
committerdvs12024-10-24 18:23:09 +1000
commit7371925ae522f3e982f1b645646476d04742e21c (patch)
tree90b8493e75ff7be647df026e2986d4e9952fda5b /test_.lua
parentSome more tidying up. (diff)
downloadJackOnAllDevices-7371925ae522f3e982f1b645646476d04742e21c.zip
JackOnAllDevices-7371925ae522f3e982f1b645646476d04742e21c.tar.gz
JackOnAllDevices-7371925ae522f3e982f1b645646476d04742e21c.tar.bz2
JackOnAllDevices-7371925ae522f3e982f1b645646476d04742e21c.tar.xz
Rename also to Then.
Diffstat (limited to 'test_.lua')
-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()