mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-05-03 06:00:49 +02:00
4 lines
89 B
Bash
Executable File
4 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
export PATH="$PATH:/usr/local/bin"
|
|
exec /usr/local/bin/auto-cpufreq --daemon
|