4 lines
66 B
Plaintext
4 lines
66 B
Plaintext
|
for paket in `cat $1`;do
|
||
|
mps -k `ls -f "$paket"*` -kok $2;
|
||
|
done
|