Move pages under tldr, lint run.sh, update docs

This commit is contained in:
2024-02-21 13:58:43 +02:00
parent 3d653cc7e6
commit 2c475fa62d
4806 changed files with 36 additions and 35 deletions

33
tldr/osx/safeejectgpu Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, osx]
source: https://github.com/tldr-pages/tldr.git
---
# SafeEjectGPU
> Eject a GPU safely.
> More information: <https://keith.github.io/xcode-man-pages/safeejectgpu.8.html>.
- Eject all GPUs:
`SafeEjectGPU Eject`
- List all GPUs attached:
`SafeEjectGPU gpus`
- List apps using a GPU:
`SafeEjectGPU gpuid {{GPU_ID}} apps`
- Get the status of a GPU:
`SafeEjectGPU gpuid {{GPU_ID}} status`
- Eject a GPU:
`SafeEjectGPU gpuid {{GPU_ID}} Eject`
- Launch an app on a GPU:
`SafeEjectGPU gpuid {{GPU_ID}} LaunchOnGPU {{path/to/App.app}}`