Skip to content

Instantly share code, notes, and snippets.

@fishy
Created June 1, 2012 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fishy/2848467 to your computer and use it in GitHub Desktop.
Save fishy/2848467 to your computer and use it in GitHub Desktop.
If your Applications Stack is sorted by Date Added in your Dock, use this script after you dragged some new app from a DMG.
#!/bin/sh
TMPFILE=deadbeef`openssl rand -hex 14`
touch /Applications/${TMPFILE}
sleep 1
rm /Applications/${TMPFILE}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment