Skip to content
Snippets Groups Projects
Verified Commit 7b16123e authored by David Beniamine's avatar David Beniamine
Browse files

Better naming

parent b370727f
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ for i in `seq 1 $1`
do
for l in $STUDENT_LEVELS
do
save_uid -$i $l $l `randomgender` Eleves
num=`printf "%02d" $i`
save_uid -$num $l $l `randomgender` Eleves
done
for l in $TEACH_LEVELS
do
......@@ -30,7 +31,7 @@ do
save_uid $i $l $l `randomgender` Profs
done
done
save_uid 1 direction direction `randomgender` Administratifs
save_uid 1 administratif direction `randomgender` Administratifs
save_uid on directi direction `randomgender` Administratifs
save_uid riat secreta direction `randomgender` Administratifs
echo "All done"
echo "Run `dirname $0`/create_mass_primtux_users.sh $output to actually create the users"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment