A tool for parsing mongo runCommand and transfer it to mongo shell command.
You can run build.sh directory, or run following shell commands.
mkdir build
cmake .. -DCMAKE_BUILD_TYPE=Debug
makeIf build successfully, the executed file named mongocmd_transfer will be outputed to test/bin/. run test.sh in test/bin to see testing results.