2 # Print the team's address (to stdout) and output additional instructions
6 catalog
="$3" # e.g. "pt_BR"
7 language
="$4" # e.g. "pt"
9 for project
in `cat "$projectsdir/index"`; do
10 if /bin
/sh
"$projectsdir/$project/trigger"; then
11 /bin
/sh
"$projectsdir/$project/team-address" "$projectsdir" "$progdir" "$catalog" "$language"