Welcome to mirror list, hosted at ThFree Co, Russian Federation.

empty_for.tests « hush-misc « hush_test « shell - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cb52e8495338a8de8195aefddfd2bda3d07d15d (plain)
1
2
3
false
for a in; do echo "HELLO"; done
echo OK: $?