mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 03:41:48 +00:00
19 lines
378 B
Plaintext
19 lines
378 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|