Browse Source

wpexec: add page (#11900)

Vitor Henrique 1 year ago
parent
commit
4c704732b9
1 changed files with 13 additions and 0 deletions
  1. 13 0
      pages/common/wpexec.md

+ 13 - 0
pages/common/wpexec.md

@@ -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`