Skip to content

Instantly share code, notes, and snippets.

@joshenders
Created January 18, 2014 04:17
Show Gist options
  • Save joshenders/8486125 to your computer and use it in GitHub Desktop.
Save joshenders/8486125 to your computer and use it in GitHub Desktop.
jenders@captivus/pts/0: ~ $ cat > lsb_release << EOF
cat << END
No LSB modules are available.
Distributor ID:Debian
Description:Debian GNU/Linux 7.0 (wheezy)
Release:7.0
Codename:wheezy
END
EOF
jenders@captivus/pts/0: ~ $ chmod +x lsb_release
jenders@captivus/pts/0: ~ $ export PATH=./:$PATH
jenders@captivus/pts/0: ~ $ lsb_release
No LSB modules are available.
Distributor ID:Debian
Description:Debian GNU/Linux 7.0 (wheezy)
Release:7.0
Codename:wheezy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment