hush/shell/hush_test/hush-misc/for_with_keywords.tests

3 lines
54 B
Plaintext
Executable File

for if in do done then; do echo $if; done
echo OK: $?