Skip to content

Instantly share code, notes, and snippets.

@jack126guy
Created June 4, 2015 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jack126guy/7c324de86a20ff5ff51c to your computer and use it in GitHub Desktop.
Save jack126guy/7c324de86a20ff5ff51c to your computer and use it in GitHub Desktop.
"linuxmasterrace" Debian package contents
Package: linuxmasterrace
Version: 1.2
Section: misc
Priority: optional
Architecture: all
Depends: xdg-utils, www-browser
Installed-Size: 1
Maintainer: Jack126Guy <someanon126@gmail.com>
Description: Open /r/linuxmasterrace on Reddit
This package contains a simple script to open the
subreddit (Reddit community) /r/linuxmasterrace.
.
It is a joke based on the subreddit's title.
#!/bin/sh
xdg-open http://reddit.com/r/linuxmasterrace
.TH LINUXMASTERRACE 1 "Version 1.0"
.SH NAME
linuxmasterrace - open /r/linuxmasterrace (Reddit) in the default Web browser
.SH SYNOPSIS
.B linuxmasterrace
.SH DESCRIPTION
This program opens <http://reddit.com/r/linuxmasterrace> in the default
Web browser.
.SH BACKGROUND
This is a humorous program based on the title of the subreddit
.nh
/r/linuxmasterrace: "sudo apt-get intstall linuxmasterrace"
.hy 1
This program is available as a Debian package of the same name.
.SH AUTHOR
Jack126Guy <someanon126@gmail.com>
.SH COPYRIGHT
The program and this manual are released into the public domain under
Creative Commons CC0 1.0 Universal:
<http://creativecommons.org/publicdomain/zero/1.0/>
.SH SEE ALSO
.BR xdg-open (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment