Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / histogram / benchmark / enable_cpu_scaling.sh
index f75c145..d0a463e 100755 (executable)
@@ -1,2 +1,7 @@
-#/bin/bash
+#!/bin/bash
+
+# Copyright Hans Dembinski 2019
+# Distributed under the Boost Software License, Version 1.0.
+# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
+
 for cpu in /sys/devices/system/cpu/cpu? ; do echo powersave > $cpu/cpufreq/scaling_governor; done