« Auto-éditer un wikilivre/Annexer (Version internationalisée)/src/download.sh » : différence entre les versions

Contenu supprimé Contenu ajouté
m →‎download.sh : Correction de syntaxe pour l'anglais
Ligne 20 :
#D containing an html version of the articles
#D
VERSION=210528210619
#O . gettext.sh for translation
. gettext.sh
Ligne 74 :
read Destination < destination
echo "Destination = $Destination"
echo "CopierTo copy : 'cp -f ./$Source $Destination'"
cp -f "./$Source" "$Destination"
done < $Projectdir/$1.list