Jump to content

Recommended Posts

Posted

Hi all

 

I would like to create a shortcut on the desktop using a bash script ... I can't seem to find anything online. Can anyone point me in the right dir?

 

Cheers

R

  • 4 weeks later...
Posted

Assuming you require a shortcut to a folder you could use a symbolic link :

 

ln -s "/Volumes/Destination" "~/Desktop/Shortcut"

 

Tom

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...