Displaying 1 result from an estimated 1 matches for "sent01".
Did you mean:
cent01
2010 Oct 04
1
Metropolis: Implementation of Interlock Protocol using Linux Shell Programming, OpenSSH, and GPG
...eived00
rm sent00
echo "Waiting for 1-st file from recipient"
until ls | grep "^received00" > /dev/null
do
sleep 5
done
#Sending 2-nd File
echo "send 2-nd file to recipient"
trap "echo send 2-nd file to recipient " 1 2
scp sent01 $3:received01
rm sent01
echo "Waiting for 2-nd file from recipient"
until ls | grep "^received01" > /dev/null
do
sleep 5
done
######################### THE SLEEPER #############################
echo "Waiting for 1-st file from recipient"
unt...