#!/bin/bashgam_command() {python gam.py update group "$group" add "$role" "$email"}IFS=,x=1while read group role email; doemail=${email//\"/}role=${role//\"/}group=${group//\"/}gam_command $group $role $email $org $x &while (( $(jobs | wc -l) >= 20 )); dosleep 0.1jobs > /dev/nulldonex=$(($x+1))if [ $x -gt 20 ]thenx=1fidone < users.csvwait
--
You received this message because you are subscribed to the "Google Apps Manager" group.
To post to this group, send email to
google-ap...@googlegroups.com
To unsubscribe from this group, send email to
google-apps-man...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/google-apps-manager
Att,
Adelson O. Junior
Multiedro Cloud Services
ade...@multiedro.com.br
Av. 9 de julho, 5617, 5o. andar, CEP 01407-200, São Paulo, SP, Brasil

\n = CR (Carriage Return) // Used as a new line character in Unix
\r = LF (Line Feed) // Used as a new line character in Mac OS
Adelson O. Junior
Multiedro Cloud Services
ade...@multiedro.com.br
Av. 9 de julho, 5617, 5o. andar, CEP 01407-200, São Paulo, SP, Brasil
