diff options
author | cos <cos> | 2022-10-02 23:58:50 +0200 |
---|---|---|
committer | cos <cos> | 2022-10-02 23:58:50 +0200 |
commit | e0330cb6feb7800608186d9374a99a9f6ab5dd63 (patch) | |
tree | c8154189e006c00ef03a30bb4f8efbfaae825787 /lib/micmot-weechat-wrapper | |
download | micmot-main.zip |
Diffstat (limited to 'lib/micmot-weechat-wrapper')
-rwxr-xr-x | lib/micmot-weechat-wrapper | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/micmot-weechat-wrapper b/lib/micmot-weechat-wrapper new file mode 100755 index 0000000..ec18f78 --- /dev/null +++ b/lib/micmot-weechat-wrapper @@ -0,0 +1,7 @@ +#!/bin/sh -eu + +_fifo="${HOME}/.weechat/micmot-fifo" + +mkfifo "${_fifo}" +tail -f "${_fifo}" & +weechat |