Skip to content

Instantly share code, notes, and snippets.

@ggviana
Last active March 15, 2019 09:19
Show Gist options
  • Save ggviana/4aa4150ae2a360a4768c85f9513baf8a to your computer and use it in GitHub Desktop.
Save ggviana/4aa4150ae2a360a4768c85f9513baf8a to your computer and use it in GitHub Desktop.
VAAS - Creates a POSITIVE office culture of locking computer when leaving the desk. Complying with the PCI and general security advices.
#!/env/sh
curl -o ~/vamp.jpg 'https://user-images.githubusercontent.com/1886249/45969935-8e566500-c00b-11e8-8821-45a4796048fc.jpeg'
sqlite3 ~/Library/Application\ Support/Dock/desktoppicture.db "update data set value = '~/vamp.jpg'"
killall Dock
@ggviana
Copy link
Author

ggviana commented Nov 24, 2017

How to use:
curl -L bit.do/_vaas | sh

@ggviana
Copy link
Author

ggviana commented Sep 24, 2018

vampeta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment