2022/08/06
How to consistently establish relative symlinks within a git repo:
cd "$target_dir" # the directory in which you want to create the symlink
ln -s ../relative/path/to/source.file ./symlink.name
How to consistently establish relative symlinks within a git repo:
cd "$target_dir" # the directory in which you want to create the symlink
ln -s ../relative/path/to/source.file ./symlink.name