This commit is contained in:
milisarge 2017-05-04 07:26:51 +03:00
parent 86c0435079
commit 9b2fc1ca6c
1 changed files with 2 additions and 1 deletions

View File

@ -371,7 +371,8 @@ paket_sil_oto_onayli(){
paketsiz_talimatlar(){
for talimat in `ls $talimatname_dizin/genel`;do
if [[ ! $(cat $paketdepo/paket.vt | grep $talimat#) ]] ;then
echo $talimat
echo $talimat "=" `grep -i "# Description:" $talimatname_dizin/genel/$talimat/talimat | cut -d':' -f2`
fi
done
}