summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/sample-program/install.sh
blob: ac048c90ff0ad3a3671958620b00f9889d188cae (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

g++ sample-pi-program.cpp -o sample-pi-program

echo "#!/bin/sh
\$TIMER_START
./sample-pi-program 2>&1
\$TIMER_STOP" > sample-program
chmod +x sample-program