docs, put obsdc-signal in tar

This commit is contained in:
2023-10-21 14:59:24 -04:00
parent 180e4d2bf4
commit 917af288ab
3 changed files with 49 additions and 1 deletions

2
src/main/dist/bin/obsdc-signal vendored Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
dbus-send --session --type=signal --dest=net.eksb.obsdc / net.eksb.Obsdc.Signal string:$1

View File

@@ -18,7 +18,7 @@ import java.util.concurrent.TimeUnit
*
* `{OP_NAME}` is the name of an [Op].
*
* `src/scripts/obs-signal` takes an [Op] name and sends the signal.
* `src/scripts/obsdc-signal` takes an [Op] name and sends the signal.
*/
class DBus(private val q: BlockingQueue<Op>): AutoCloseable {