This file contains 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/bash | |
if [ -d $HOME/.desura ]; then | |
gamedir=$HOME/.desura/games | |
else | |
gamedir=/opt/desura/common | |
fi | |
desura=$(which desura 2> /dev/null || which desurium 2> /dev/null) |
This file contains 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/bash | |
#LICENSE | |
#To the extent possible under law, the author(s) have dedicated all | |
#copyright and related and neighboring rights to this software to the | |
#public domain worldwide. This software is distributed without any warranty. | |
#See <http://creativecommons.org/publicdomain/zero/1.0/>. | |
# ffcapture, a hacky script to stream/capture your desktop or a window | |
# REQUIRES ffmpeg, xwininfo and bc to be installed! |
This file contains 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
<ruleset name="KBMOD.com"> | |
<target host="www.kbmod.com" /> | |
<target host="kbmod.com" /> | |
<securecookie host="^.*\.kbmod\.com$" name=".*" /> | |
<exclusion pattern="^http://kbmod\.com/multistream/"/> | |
<rule from="^http://(www\.)?kbmod\.com" to="https://kbmod.com"/> | |
</ruleset> |