You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use a custom function gh_symlink to create symlinks. Someone reported symlink() fails on his server, while exec("ln -s ...") works. Makes it easier to use that.
Meh! symlink() return a bool, so gh_symlink() needs to do the same!