Files
busybox/shell/ash_test/ash-misc/for_with_keywords.tests
2016-10-03 00:06:55 +02:00

3 lines
54 B
Plaintext
Executable File

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