#!/bin/bash

for UE in notes/*;
do
    ./etudiants_inscrits_backend $UE
    exit 0
done
