3 lines
58 B
Text
Executable file
3 lines
58 B
Text
Executable file
for paket in `cat $1`;do
|
|
mps -ik "$paket" -kok $2;
|
|
done
|