1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/W/learn/hugemigr
Nick Bebout c08a56e486 1.504
2012-09-02 19:08:57 -05:00

7 lines
149 B
Bash
Executable File

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