Help for this page

Select Code to Download


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