Files
cheatsheet-tldr/tldr/wpexec
2024-05-24 00:14:29 +00:00

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`