Created
June 4, 2015 02:16
-
-
Save jack126guy/7c324de86a20ff5ff51c to your computer and use it in GitHub Desktop.
"linuxmasterrace" Debian package contents
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
Package: linuxmasterrace | |
Version: 1.2 | |
Section: misc | |
Priority: optional | |
Architecture: all | |
Depends: xdg-utils, www-browser | |
Installed-Size: 1 | |
Maintainer: Jack126Guy <[email protected]> | |
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. |
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 | |
xdg-open http://reddit.com/r/linuxmasterrace |
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
.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 <[email protected]> | |
.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