Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-27 00:20:53 +00:00
parent 6771bea4b5
commit 8d4568cb48
12 changed files with 239 additions and 7 deletions

18
tldr/linux/wpexec Normal file
View File

@@ -0,0 +1,18 @@
---
syntax: markdown
tags: [tldr, linux]
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`