summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Peres <martin.peres@linux.intel.com>2015-08-27 18:03:10 +0300
committerMartin Peres <martin.peres@linux.intel.com>2015-08-31 19:58:14 +0300
commit065259294ec11ca40f35192797c24a808f895952 (patch)
tree4180e23171145cddc5b4431c0514c31a0baf1ad4
parentba815f883e8dc61d20f73155d9ef65d9ec718b90 (diff)
core: update the header
-rwxr-xr-xezbench.sh8
1 files changed, 5 insertions, 3 deletions
diff --git a/ezbench.sh b/ezbench.sh
index b99f464..a93f0eb 100755
--- a/ezbench.sh
+++ b/ezbench.sh
@@ -1,9 +1,11 @@
#!/bin/bash
-# Thanks to stack overflow for writing most of this script! It has been tested
-# with bash and zsh only!
-# Author: Martin Peres <martin.peres@free.fr>
+# The script is known to work with recent versions of bash.
+# Authors:
+# - Martin Peres <martin.peres@intel.com>
+# - Chris Wilson <chris@chris-wilson.co.uk>
+# Uncomment the following to track all the executed commands
#set -o xtrace
shopt -s globstar || {