Initialisation

This commit is contained in:
cedricAbonnel 2022-03-28 18:51:39 +02:00
parent 40a3b855ca
commit e8b7c08673
1 changed files with 10 additions and 0 deletions

View File

@ -2,7 +2,12 @@
path_files=/home/cedric24c/Musique/non_stop_music
files=($path_files/*)
<<<<<<< HEAD
volume=0.06
=======
volume=0.02
>>>>>>> 0150ef4 (Initialisation)
echo Process number $$
echo Path files : $path_files
@ -13,3 +18,8 @@ while [ 1 ];do
echo Now playing $file
play -v $volume "$file" &> /dev/null
done
<<<<<<< HEAD
=======
>>>>>>> 0150ef4 (Initialisation)