mps-tespit-guncelleme

This commit is contained in:
milisbir 2018-11-07 05:06:54 +02:00
parent 28c67177af
commit eeadf9ceb6
1 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
versiyon="1.2.3 Milis Paket Sistemi"
versiyon="1.2.4 Milis Paket Sistemi"
iletisim="milisarge@gmail.com"
betikad=${0##*/}
@ -1237,9 +1237,11 @@ t_indeks(){
# talimat listesi
local dosya=`mktemp`
local dosya_sirasiz=`mktemp`
find ${talimatname}/temel/ -type f -name talimat | xargs -I {} dirname {} > $dosya
find ${talimatname}/genel/ -type f -name talimat | xargs -I {} dirname {} >> $dosya
find ${ektalimatname}/ -type f -name talimat | xargs -I {} dirname {} >> $dosya
find ${talimatname}/temel/* -type d > $dosya
find ${talimatname}/genel/*/* -type d >> $dosya
i=1
sp="/-\|"
echo -n ' '