Mise à jour du tire de la formation
This commit is contained in:
parent
6ffd056366
commit
07d685df35
|
@ -2,7 +2,8 @@
|
|||
|
||||
function path_to_name {
|
||||
PROGRAMPATH=$1
|
||||
echo ${PROGRAMPATH//\_/\ }
|
||||
PROGRAMPATH=${PROGRAMPATH//\_/\ }
|
||||
echo ${PROGRAMPATH^}
|
||||
}
|
||||
if [ "$1" = '' ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue