mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
wpexec: add page (#11900)
This commit is contained in:
parent
424c543cd5
commit
4c704732b9
1 changed files with 13 additions and 0 deletions
13
pages/common/wpexec.md
Normal file
13
pages/common/wpexec.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
# wpexec
|
||||
|
||||
> Run WirePumbler Lua scripts.
|
||||
> See also: `wpctl`, `wirepumbler`.
|
||||
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/lua_api/lua_introduction.html>.
|
||||
|
||||
- Run a WirePumbler script:
|
||||
|
||||
`wpexec {{path/to/file.lua}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`wpexec --help`
|
Loading…
Add table
Reference in a new issue