Deleh / gis

Status summary of multiple Git repositories
7 stars 4 forks source link

osx compatibility #6

Closed benmaidel closed 11 months ago

benmaidel commented 11 months ago

The ln version of osx does not have the -r option. I think that -r is not needed at all because the used path in the script are not relative. So it should be good to simply remove the -r option. I've tested it on my mac and it seems to work fine.

I've also changed the source path from /home/${USER}/.. to ${HOME}/.... OSX has the home path /Users instead of /home

Deleh commented 11 months ago

The -r makes a difference how the target of the link is addressed:

But this shouldn't be an issue, thanks for the addition.