6 lines
133 B
Bash
Executable File
6 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Set the correct power profile on boot based on current AC/battery state.
|
|
|
|
exec blob-power-set autodetect
|