Help for this page

Select Code to Download


  1. or download this
    # ssh $HOST "cat > /tmp/script" << !
    rm -f /tmp/files /tmp/contents
    ...
    exit 0
    !
    # ssh $HOST "sudo sh /tmp/script"