Skip to content

Instantly share code, notes, and snippets.

@alicraigmile
Created October 19, 2014 21:54
Show Gist options
  • Save alicraigmile/f8803feb3d0ad42ea26f to your computer and use it in GitHub Desktop.
Save alicraigmile/f8803feb3d0ad42ea26f to your computer and use it in GitHub Desktop.
Create a shortcut on the desktop to a file on the command line (MacOS X)
shortcut on desktop
desktop-shortcut() {
osascript -e "tell application \"Finder\" to make new alias file at desktop to POSIX file \"$(myreadlink $1)\""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment