This commit is contained in:
milisbir 2017-11-14 07:51:44 +02:00
parent cc5e2fcf02
commit b64c05180e
1 changed files with 2 additions and 1 deletions

View File

@ -653,7 +653,8 @@ paket_sil_oto(){
paket_sil_oto_onayli(){
local spkt
for spkt in `perl -e 'print reverse <>' $1`;do
#for spkt in `perl -e 'print reverse <>' $1`;do
for spkt in $(tac $1);do
paket_sil "$spkt" "hayir" "evet"
done
}