Change system+login shell to Dash, add zsh and configuration

This commit is contained in:
2023-03-30 18:14:13 -04:00
parent 2dcad0828a
commit 49de04a67a
19 changed files with 112 additions and 40 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
#!/bin/sh
for CPU in $(seq 0 $(($(nproc) - 1))); do
echo $1 > /sys/devices/system/cpu/cpu"$CPU"/cpufreq/scaling_governor
printf $1 > /sys/devices/system/cpu/cpu"$CPU"/cpufreq/scaling_governor
cat /sys/devices/system/cpu/cpu"$CPU"/cpufreq/scaling_governor
done