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

tar -xvf super_pi.tar.gz

# make wrapper shell script for total line
echo "#!/bin/sh
./super_pi \$@ > \$LOG_FILE" > superpi
chmod +x superpi