Commit d04ef93f7e1ad2698059af44718075ceed2b88f3

Authored by Geoffrey PREUD'HOMME
1 parent 41bea6b4

davical: Support de l'année

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
config.sh.example
  1 +ANNEE=3
1 2 EDT=groupe12
2 3 CID=1234
3 4 BASELINK='https://davserver.tld/'
... ...
davical.sh
... ... @@ -7,7 +7,7 @@ source $DIR/config.sh
7 7 COOKIES=$(mktemp)
8 8 FILE=$(mktemp)
9 9  
10   -$DIR/parse.py $EDT -o $FILE
  10 +$DIR/parse.py $ANNEE $EDT -o $FILE
11 11  
12 12 curl --data "username=$USERNAME&password=$PASSWORD" \
13 13 --cookie-jar $COOKIES \
... ...