getInfo 1.32.2

This commit is contained in:
kyodev 2017-10-02 16:18:21 +02:00
parent d10b6f7cf1
commit 4ee5d0c7fc
1 changed files with 1 additions and 15 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
version=1.32.1
version=1.32.2
date="02/10/2017"
projet="simpledeb"
contact="IRC freenode ##sdeb ou https://framagit.org/kyodev/kyopages/issues/"
@ -1405,33 +1405,19 @@ prg_1(){ # début
}
prg_2(){ # traitements principaux
printf " ."
echo fi_systeme
fi_systeme; printf "."
echo fi_cpu
fi_cpu; printf "."
echo fi_gpu
fi_gpu; printf "."
echo fi_batt
fi_batt; printf "."
echo fi_localisation
fi_localisation; printf "."
echo fi_sources
fi_sources; printf "."
echo fi_disk
fi_disk; printf "."
echo fi_reseau
fi_reseau; printf "."
echo fi_nm
fi_nm; printf "." # si network manager, état et conf
echo fi_nm_wifis
fi_nm_wifis; printf "." # si network manager, wifi proximité
echo fi_usb
fi_usb; printf "."
echo fi_system_analyse
fi_system_analyse; printf "."
echo fi_dmesg
fi_dmesg; printf "."
echo fi_nonFree
fi_nonFree; printf ".\n\n"
}
prg_3(){ # fin de traitements