mps-pot
This commit is contained in:
parent
86c0435079
commit
9b2fc1ca6c
1 changed files with 2 additions and 1 deletions
3
bin/mps
3
bin/mps
|
@ -371,7 +371,8 @@ paket_sil_oto_onayli(){
|
||||||
paketsiz_talimatlar(){
|
paketsiz_talimatlar(){
|
||||||
for talimat in `ls $talimatname_dizin/genel`;do
|
for talimat in `ls $talimatname_dizin/genel`;do
|
||||||
if [[ ! $(cat $paketdepo/paket.vt | grep $talimat#) ]] ;then
|
if [[ ! $(cat $paketdepo/paket.vt | grep $talimat#) ]] ;then
|
||||||
echo $talimat
|
echo $talimat "=" `grep -i "# Description:" $talimatname_dizin/genel/$talimat/talimat | cut -d':' -f2`
|
||||||
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue