Commit 56d1cbf8 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Script d'appel du WS du CINES : pas de variable d'env http_proxy en dur !

parent 4a129c78
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -8,9 +8,6 @@
#   2/ l'URL du web service, FACULTATIF ("https://facile.cines.fr/xml", par défaut).
##########################################################################################

export http_proxy=proxy.unicaen.fr:3128
export https_proxy=proxy.unicaen.fr:3128

DEFAULT_URL="https://facile.cines.fr/xml"

ARGS=`getopt -o "f:u:m:" -l "file:,url:,maxtime:" -n "getopt.sh" -- "$@"`