feat(ags/runner): add plugin to control media from runner with prefix :

This commit is contained in:
retrozinndev
2025-03-26 16:14:53 -03:00
parent b241574319
commit 4ede01b3b9
8 changed files with 109 additions and 37 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
wf-recorder $@ &
echo "PID: $!"
exit 0