This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# This is a simple alternative to /usr/bin/lsb_release which | |
# doesn't require python. | |
# | |
# If /etc/os-release exists then we use that to output data | |
# in a compatible format to the original lsb_release utility. | |
# | |
# I consider this script trivial enough to be in the public-domain, | |
# but any patches or suggestsions will be welcome. |