diff --git a/auto.py b/auto.py old mode 100644 new mode 100755 index d076153..e547efc --- a/auto.py +++ b/auto.py @@ -78,4 +78,6 @@ def creerZip(semestre, tp): fichierZip.write(os.path.join(chem, f), os.path.join(nomDossier, f)) fichierZip.close() +os.link(chemin(semestreEnCours(), tpEnCours()), 't') +os.link(chemin(semestreEnCours()), 's') creerZip(semestreEnCours(), tpEnCours())