1 2 3 4 5 6
#!/bin/sh # Download and unzip googletest wget https://googletest.googlecode.com/files/gtest-1.7.0.zip unzip gtest-1.7.0.zip