HW2: Measurement files for all-3 version and performance process scripts
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#! /usr/bin/env bash
|
||||
#
|
||||
# Usage: average-all <file>
|
||||
#
|
||||
|
||||
for what in Total Full Elbow Exchange Min-Max; do
|
||||
./average $what $1
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user