#!/bin/bash g++ -o zstring_test zstring_test.cpp -I.. -L.. -lCoreUtils g++ -o mstring_test mstring_test.cpp -I.. -L.. -lCoreUtils