3 lines
98 B
Bash
3 lines
98 B
Bash
|
#!/usr/bin/env bash
|
||
|
signal-cli --config ./.config/ daemon --socket ./socket --receive-mode=manual
|