alterNERDtive / elite-scripts

A collection of useful scripts around Elite: Dangerous
https://git.alternerd.tv/EliteDangerous/elite-scripts
GNU General Public License v3.0
12 stars 4 forks source link

fix exit codes #2

Open alterNERDtive opened 4 years ago

alterNERDtive commented 4 years ago

see https://tldp.org/LDP/abs/html/exitcodes.html

alterNERDtive commented 4 years ago

There doesn’t really seem to be a “standard” way to do exit codes per sé, and the os.EX_<thing> codes are not portable, notably to Windows …

Guess I’ll just make sure to dodge the bash “reserved” codes.