Hi all !
I’m improving the OS auto-detection system used by
./play.it (used to chose the best default package format).
If you want to help me with that, I would be very interested in the return of the three following commands on different Linux distributions:
grep '^ID=' '/etc/os-release' | cut --delimiter='=' --fields=2
head --lines=1 '/etc/issue' | cut --delimiter=' ' --fields=1 | tr [:upper:] [:lower:]
lsb_release --id --short | tr [:upper:] [:lower:]
Don’t forget to tell me from which distributions you run them ;)