mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
parent
a14097dd2a
commit
042ed8d864
1 changed files with 9 additions and 0 deletions
9
pages/common/on_ac_power.md
Normal file
9
pages/common/on_ac_power.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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`
|
Loading…
Add table
Reference in a new issue