mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 01:22:10 +02:00
13 lines
285 B
Markdown
13 lines
285 B
Markdown
# wpexec
|
|
|
|
> Run WirePlumber Lua scripts.
|
|
> See also: `wpctl`, `wireplumber`.
|
|
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/scripting/lua_api/lua_introduction.html>.
|
|
|
|
- Run a WirePlumber script:
|
|
|
|
`wpexec {{path/to/file.lua}}`
|
|
|
|
- Display help:
|
|
|
|
`wpexec --help`
|