Skip to content
Snippets Groups Projects
Verified Commit 92a6961d authored by Laurent Modolo's avatar Laurent Modolo
Browse files

src/create_users_from_mail.sh: use Manu fix

parent 2887e584
Branches
No related tags found
3 merge requests!6Switch to main as default branch,!4update contributing,!3Carine dev
#! /usr/bin/bash
# USAGE
#wget -qO - http://perso.ens-lyon.fr/laurent.modolo/R/create_users_from_mail.sh | bash -s usertest@mail.fr usertest2@mail.f
# wget -qO - http://perso.ens-lyon.fr/laurent.modolo/R/create_users_from_mail.sh | tr -d '\r' | bash -s usertest@mail.fr usertest2@mail.f
USERMAILS=$@
for USERMAIL in ${USERMAILS[@]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment