Symlink # Make script executable (optional) chmod u+x my_script.sh # Create symbolic link ln -s /path/to/original /path/to/link It’s important that you use the full path to the original file.