testsp.sh (118B)
1 #!/bin/bash 2 # Temporary script to build (replace with makefile) 3 4 clear 5 g++ -g printplot.cpp -o printplot -lm -pthread