diff options
-rwxr-xr-x | test_.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -91,6 +91,11 @@ __{'uname -a', 'free -h'}:log():show():Do() | |||
91 | print('') | 91 | print('') |
92 | 92 | ||
93 | 93 | ||
94 | print(__[[#!/bin/NoSuchCommand | ||
95 | echo "Should not print." | ||
96 | ]]:log():show():Do().status) | ||
97 | print('') | ||
98 | |||
94 | __[[#!/bin/bash | 99 | __[[#!/bin/bash |
95 | echo "Hello world from bash." | 100 | echo "Hello world from bash." |
96 | ]]:log():show():Do() | 101 | ]]:log():show():Do() |