I working on a symbolic link in Linux. I have written the Bash command in the first path of my folder I want to link to the second path in the compiled source.
ln -s '+basebuild+'/IpDome-kernel/kernel /home/build/sandbox/gen2/basebuild/IpDome-kernel/kernal
Is this correct?