mirror of https://github.com/BOINC/boinc.git
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
gnuplot < disk.gp > disk.png
|
||
|
gnuplot < upload.gp > upload.png
|
||
|
gnuplot < download.gp > download.png
|
||
|
gnuplot < fault_tol.gp > fault_tol.png
|