macOS tools moving to my git

This commit is contained in:
2026-05-10 12:53:30 -07:00
parent 61c0d4b5f1
commit 83156ea9e8
101 changed files with 3011 additions and 0 deletions

10
tcp Executable file
View File

@@ -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