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

while3.tests « hush-misc « hush_test « shell - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9132b5f4d0f1aa917e9d06cd75f7904b7cd1595a (plain)
1
2
3
4
while false; do
    # bash will require at least ":" here...
done
echo OK:$?