for e in $(seq 0 1000); do sh -c "exit $e"; echo $e:$?; done
bash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for e in $(seq 0 1000); do sh -c "exit $e"; echo $e:$?; done