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

Contenu supprimé Contenu ajouté
m WL:RD : * diverses retouches
m WL:RD : * diverses retouches
Ligne 7 :
clear
 
VERSION=210328210329
 
echo "cp-src2bin.sh : VERSION "$VERSION
Ligne 46 :
#T echo "copy the ligne $line from files.pj '.sh' in the file exename without extension .sh"
echo $line | sed s/.sh//g | awk -F "/" '{print $NF}'> exename.txt
#OP Affect the value in 'exename.txt' at the variable $Exename
read Exename < exename.txt
echo "copy $Installdir/src/$Exename.sh to $Installdir/bin/$Exename"