Log In
bw
/
tcplab
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Blame build.sh
Branch:
master
master
master
build.sh
Blob
Raw
71057f
#!/bin/bash
71057f
71057f
set -e
71057f
71057f
c++ -Wall -g -pthread *.cpp -o tcplab
71057f