Tagged Questions
2
votes
2answers
1k views
exit code 128, what's the reason?
As per definition exit code 128 means 'invalid exit argument'.
But i always get 255 (Exit status out of range) in case argument is invalid like float number.
Is this the proprietary implementation ...