mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 21:18:36 -06:00
7 lines
137 B
Text
7 lines
137 B
Text
|
# This simply triggers the turbo-boost script at startup.
|
||
|
# I use it as a startup script.
|
||
|
|
||
|
#!/bin/bash
|
||
|
|
||
|
~/.local/bin/turbo-boost disable
|