1 2 3 4 5 6 7
#!/bin/sh -eu _fifo="${HOME}/.weechat/micmot-fifo" mkfifo "${_fifo}" tail -f "${_fifo}" & weechat