Last active
March 15, 2019 09:19
-
-
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.
This file contains hidden or 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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use:
curl -L bit.do/_vaas | sh