mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-15 04:55:30 +02:00
9 lines
240 B
Markdown
9 lines
240 B
Markdown
# on_ac_power
|
|
|
|
> A simple utility which tests if a computer is running on line power.
|
|
> Returns `0` if yes, and `1` if no.
|
|
> More information: <https://manned.org/on_ac_power>.
|
|
|
|
- Test if a computer is running on line power:
|
|
|
|
`on_ac_power`
|