VeriorPies / ParrelSync

(Unity3D) Test multiplayer without building
MIT License
4.47k stars 314 forks source link

Fix mac mklink #100

Open arkms opened 1 year ago

arkms commented 1 year ago

The command to create a mklink on Mac was not working, so I updated the command so ParrelSync now works for Mac OS. Tested in two macs.

314pies commented 1 year ago

Hi arkms, Would you mind to provide a bit more details about this PR?

Thanks!

arkms commented 1 year ago

Sorry, I just updated the comment.

arkms commented 1 year ago

How this works, for bash the command -c (man bash), is telling the bash that a command is sending by a string. https://linux.die.net/man/1/bash