Files
Ciro Santilli 32920fd25d Reorganize the benchmark section.
Automate Linux kernel measures and move them into that new section.
2018-04-05 08:53:50 +01:00

5 lines
80 B
Bash
Executable File

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