rh91uk Posted February 2, 2011 Posted February 2, 2011 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
TomH Posted March 1, 2011 Posted March 1, 2011 Assuming you require a shortcut to a folder you could use a symbolic link : ln -s "/Volumes/Destination" "~/Desktop/Shortcut" Tom
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now