Add net/scp.sh for easier file transfer to/from network nodes

This commit is contained in:
Michael Vines
2018-11-11 07:55:40 -08:00
parent 4d98da44e3
commit c07d09c011
2 changed files with 46 additions and 0 deletions

View File

@ -65,5 +65,8 @@ else
printNode client "$ipAddress"
done
fi
echo
echo "Use |scp.sh| to transfer files to and from nodes"
echo
exit 0