« Auto-éditer un wikilivre/addappendix/reconstruction et tests du script addappendix » : différence entre les versions

Contenu supprimé Contenu ajouté
WL:RD : ! mise en page
Ligne 1 :
{{en cours}}
* '''Cette page concerne le logiciel addappendix mis en paquet'''
== preinstall-usr-local.bash ==
<syntaxhighlight>
#!/bin/bash
#H Header doc
#H -------------------------------
#H File : tests/preinstall-usr-local.bash
#H Syntax : ./preinstall-usr-local.bash./ [ ? | -v ]
#H Created : 220118 by <wikibooks user>
#H Updated : 220118 by ... for
#O Organizational chart
#O -------------------------------
#P Programmers notes
#P -------------------------------
VERSION=220118
 
#O Script begin here
sudo install -d /usr/local/datas
sudo cp /home/cardabela/addappendix-211219/datas/*.dat /usr/local/datas/.
ls /usr/local/datas
#O Script end
</syntaxhighlight>
 
== script addapendix.sh ==
<syntaxhighlight lang="bash">