mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-08 17:05:56 +02:00
4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
export PATH="$PATH:/usr/local/bin"
|
|
exec /usr/local/bin/auto-cpufreq --daemon
|