@@ -0,0 +1,10 @@
#!/bin/bash
maxweb=8
echo "** tarte scp"
for i in `seq 1 $maxweb`;
do
printf "...web$i "
scp -P 5963 $1 tarte@web$i.tartecosmetics.com:$2
echo "-- copied to web$i"
done
The note is not visible to the blocked user.