This commit is contained in:
Nick Bebout 2011-03-12 02:43:49 +00:00
parent 5fd1a57d36
commit 901af35fb8
7 changed files with 71 additions and 10 deletions

6
learn/hugemigr Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
{while IFS=';' read u1 p1 u2 p2; do
imapsync --user1 $u1 --password1 $p1 --user2 $u2 --password2 $p2 ...
done ; } < file.csv