8 lines
147 B
Bash
Executable File
8 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Installing Catch..."
|
|
|
|
wget https://raw.githubusercontent.com/philsquared/Catch/develop/single_include/catch.hpp
|
|
|
|
echo "All done!"
|