- or download this
# file xx.sh
# allegedly perl script
. "$1"
- or download this
# yy.sh a sh script to be executed
echo "hello there i am calling from within yy.sh"
- or download this
$ chmod 755 xx.sh
$ xx.sh yy.sh
hello there i am calling from within yy.sh