Skip to content

Instantly share code, notes, and snippets.

@mr1337357
Created April 19, 2015 02:39
Show Gist options
  • Save mr1337357/d453c11076f1556eb4e3 to your computer and use it in GitHub Desktop.
Save mr1337357/d453c11076f1556eb4e3 to your computer and use it in GitHub Desktop.
. /etc/lsb-release
if [ "$DISTRIB_ID" = "Arch" ]; then
DISTRIB_ID="Debian"
fi
echo $DISTRIB_ID IS WORST DISTRO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment