Files
schmeeve-toolz/tcp
2026-05-10 12:53:30 -07:00

11 lines
176 B
Bash
Executable File

#!/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