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

add mail_to_wifi_account.sh: to request wifi account at the ENS

parent 8154e9c8
No related branches found
No related tags found
No related merge requests found
#! /usr/bin/bash
# Convert list of mail to the format : NOM;Prenom
# for the page https://instella.ens-lyon.fr/stella/intra/compteInvite.html -> Ajouter une liste de comptes
cat *.csv | grep -v "@ens-lyon.fr" | sed -e 's/\(.*\)\.\(.*\)@.*/\2 \1/g' | awk 'BEGIN { OFS="" }{print toupper($1),";", $2}'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment