Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
scp node1:/source_dir node2:/destination_dir
if [[ $? -eq 0 ]]
then
echo "scp Successful"
else
echo "scp Unsuccessful"
fi