3 lines
66 B
Text
Executable file
3 lines
66 B
Text
Executable file
for paket in `cat $1`;do
|
|
mps -k `ls -f "$paket"*` -kok $2;
|
|
done
|