Blame build.sh

91ef56
#!/bin/bash
91ef56
91ef56
set -e
91ef56
91ef56
c++ -Wall -g -pthread *.cpp -o ssbc
91ef56