1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-15 02:55:43 +02:00

m: add page (#2473)

This commit is contained in:
Ivan Aracki 2018-10-22 22:40:53 +02:00 committed by Starbeamrainbowlabs
parent ada2c2f364
commit 350d11761d

23
pages/osx/m.md Normal file
View file

@ -0,0 +1,23 @@
# m
> Swiss Army Knife for macOS.
- Get the battery status:
`m battery status`
- Turn off bluetooth:
`m bluetooth off`
- List available filesystems for formatting:
`m disk filesystems`
- Enable Dock's auto hide feature:
`m dock autohide YES`
- Disable the firewall:
`m firewall disable`