I hereby claim:
- I am swooshycueb on github.
- I am swooshycueb (https://keybase.io/swooshycueb) on keybase.
- I have a public key ASBxovbj8FJg_9zaqsWagGiDog4dabPOWY19EAK28TGNWQo
To claim this, I am signing this object:
#!/bin/bash | |
#Parts of this script are adapted from the scripts in this blog post | |
#https://www.invisiblethreat.ca/2014/09/cve-2014-6271/ | |
if [ "`whoami`" != "root" ]; then | |
echo "Must run as root." | |
exit 1 | |
fi |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
# Modified version of winetricks with limited amd64 support | |
# This is very pre-beta. Use at your own risk. | |
# Name of the original version of winetricks this script is based on | |
WINETRICKS_VERSION=20140302 | |
# Name of the version of this script | |
WINETRICKS_AMD64_VERSION=20140514 |
#! /usr/bin/env perl | |
################################################### | |
# | |
# Copyright (C) 2014 SwooshyCueb <[email protected]> | |
# | |
# This file is a part of Shutter. | |
# | |
# Shutter is free software; you can redistribute it and/or modify | |
# it under the terms of the GNU General Public License as published by | |
# the Free Software Foundation; either version 3 of the License, or |