mps-tac
This commit is contained in:
parent
cc5e2fcf02
commit
b64c05180e
1 changed files with 2 additions and 1 deletions
3
bin/mps
3
bin/mps
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue