Files
Ciro Santilli 330edbe8eb Reorganize the benchmark section.
Automate Linux kernel measures and move them into that new section.
2018-04-05 22:36:46 +01:00

5 lines
80 B
Bash
Executable File

#!/usr/bin/env bash
cmd="$1"
echo "$cmd" | tee -a "${2:-/dev/null}"
eval "$cmd"