unix - Is it possible to create a shell script used as soft link? -
i not know if there way create shell script soft link/symbolic link? thank you.
type in terminal:
ln -s /path/to/shell/script/to/be/linked /path/to/shell/script/soft/link
example: ln -s /usr/local/script1.sh /usr/scripts/
this command create soft link script1.sh
in folder /usr/scripts
note: can execute shell script using soft link itself