mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 08:29:54 +00:00
112889d706
This test passes for hush Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
6 lines
29 B
Plaintext
Executable File
6 lines
29 B
Plaintext
Executable File
for i
|
|
in OK
|
|
do
|
|
echo $i
|
|
done
|